spec/gentoo/commands_spec.rb in serverspec-0.6.6 vs spec/gentoo/commands_spec.rb in serverspec-0.6.7
- old
+ new
@@ -8,9 +8,12 @@
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_installed_by_npm', 'hubot'
+ it_behaves_like 'support command check_installed_by_npm with_version', 'hubot', '1.0.2'
+
it_behaves_like 'support command check_installed_by_pecl', 'mongo'
it_behaves_like 'support command check_installed_by_pecl with_version', 'mongo', '1.4.1'
it_behaves_like 'support command check_mounted', '/'