spec/gentoo/commands_spec.rb in serverspec-0.6.11 vs spec/gentoo/commands_spec.rb in serverspec-0.6.12
- old
+ new
@@ -59,9 +59,11 @@
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'
+
+ it_behaves_like 'support command get_interface_speed_of', 'eth0'
end
describe 'check_enabled' do
subject { commands.check_enabled('httpd') }
it { should eq "rc-update show | grep -- \\^\\\\s\\*httpd\\\\s\\*\\|\\\\s\\*\\\\\\(boot\\\\\\|default\\\\\\)" }