spec/gentoo/commands_spec.rb in serverspec-0.6.0 vs spec/gentoo/commands_spec.rb in serverspec-0.6.1
- old
+ new
@@ -50,9 +50,11 @@
it_behaves_like 'support command check_selinux'
it_behaves_like 'support command get_mode'
it_behaves_like 'support command check_access_by_user'
+
+ it_behaves_like 'support command check_kernel_module_loaded', 'lp'
end
describe 'check_enabled' do
subject { commands.check_enabled('httpd') }
it { should eq "rc-update show | grep -- \\^\\\\s\\*httpd\\\\s\\*\\|\\\\s\\*\\\\\\(boot\\\\\\|default\\\\\\)" }