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