]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/nodejs/inspec/nodejs_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / nodejs / inspec / nodejs_spec.rb
similarity index 64%
rename from test/integration/nodejs/serverspec/nodejs_spec.rb
rename to test/integration/nodejs/inspec/nodejs_spec.rb
index 2d4e7fd20d617713a3d06dcf78aec415104a42f3..eef75a29709f8f96a70063c6579d66db79453674 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe package("nodejs") do
   it { should be_installed }
 end