spec/gentoo/commands_spec.rb in serverspec-0.5.8 vs spec/gentoo/commands_spec.rb in serverspec-0.6.0

- old
+ new

@@ -5,10 +5,10 @@ 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_installed_by_gem', 'jekyll' - it_behaves_like 'support command check_installed_by_gem', 'jekyll', '1.0.2' + it_behaves_like 'support command check_installed_by_gem with_version', 'jekyll', '1.0.2' it_behaves_like 'support command check_mounted', '/' it_behaves_like 'support command check_routing_table', '192.168.100.1/24' it_behaves_like 'support command check_reachable'