6 lines
104 B
Ruby
6 lines
104 B
Ruby
|
describe 'mysql::server::mysqltuner' do
|
||
|
|
||
|
it { should contain_file('/usr/local/bin/mysqltuner') }
|
||
|
|
||
|
end
|