]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/planet-notes/inspec/planetdump_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / planet-notes / inspec / planetdump_spec.rb
diff --git a/test/integration/planet-notes/inspec/planetdump_spec.rb b/test/integration/planet-notes/inspec/planetdump_spec.rb
new file mode 100644 (file)
index 0000000..be7a946
--- /dev/null
@@ -0,0 +1,9 @@
+describe file("/usr/local/bin/planet-notes-dump") do
+  it { should be_file }
+  it { should be_executable }
+end
+
+describe service("planet-notes-dump.timer") do
+  it { should be_enabled }
+  it { should be_running }
+end