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