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