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