Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Mod: fix no-notification service test
Browse files Browse the repository at this point in the history
  • Loading branch information
lermit committed Oct 8, 2014
1 parent 5c4f072 commit 7e5c5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/mysql_spec.rb
Expand Up @@ -90,7 +90,7 @@

describe 'Test service autorestart' do
let(:params) { {:service_autorestart => "no" } }
it { should contain_file('mysql.conf').without_notify('Service[mysql]') }
it { should contain_file('mysql.conf').without_notify(nil) }
end

describe 'Test Puppi Integration' do
Expand Down

0 comments on commit 7e5c5e4

Please sign in to comment.