spec/gentoo/commands_spec.rb in serverspec-0.6.4 vs spec/gentoo/commands_spec.rb in serverspec-0.6.5

- old
+ new

@@ -3,9 +3,10 @@ include Serverspec::Helper::Gentoo describe 'Serverspec commands of Gentoo family' do it_behaves_like 'support command check_file', '/etc/passwd' it_behaves_like 'support command check_directory', '/var/log' + it_behaves_like 'support command check_socket', '/var/run/unicorn.sock' it_behaves_like 'support command check_installed_by_gem', 'jekyll' it_behaves_like 'support command check_installed_by_gem with_version', 'jekyll', '1.0.2' it_behaves_like 'support command check_mounted', '/'