spec/solaris/service_spec.rb in serverspec-0.6.16 vs spec/solaris/service_spec.rb in serverspec-0.6.17
- old
+ new
@@ -6,6 +6,8 @@
it_behaves_like 'support service enabled matcher', 'sshd'
it_behaves_like 'support service enabled with level matcher', 'sshd', 3
it_behaves_like 'support service running matcher', 'sshd'
it_behaves_like 'support service running under supervisor matcher', 'sshd'
it_behaves_like 'support service running under unimplemented matcher', 'sshd'
+ it_behaves_like 'support service monitored by monit matcher', 'unicorn'
+ it_behaves_like 'support service monitored by unimplemented matcher', 'unicorn'
end