]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/community/inspec/docker_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / community / inspec / docker_spec.rb
similarity index 85%
rename from test/integration/community/serverspec/docker_spec.rb
rename to test/integration/community/inspec/docker_spec.rb
index 0ed66a3be24c4353b59bc4d489696b60ff5363d2..08853dfb4adac4524c87643cedce740752400766 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe package("docker-ce") do
   it { should be_installed }
 end