]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/git/inspec/git_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / git / inspec / git_spec.rb
diff --git a/test/integration/git/inspec/git_spec.rb b/test/integration/git/inspec/git_spec.rb
new file mode 100644 (file)
index 0000000..92c6c1f
--- /dev/null
@@ -0,0 +1,3 @@
+describe package("git") do
+  it { should be_installed }
+end