diff --git a/spec/classes/mysql_spec.rb b/spec/classes/mysql_spec.rb index 9cb1730..f26c5db 100644 --- a/spec/classes/mysql_spec.rb +++ b/spec/classes/mysql_spec.rb @@ -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