Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / spec / fixtures / application / test.rb
diff --git a/spec/fixtures/application/test.rb b/spec/fixtures/application/test.rb
new file mode 100644 (file)
index 0000000..99772cb
--- /dev/null
@@ -0,0 +1,7 @@
+module MCollective
+  class Application::Test < Application
+    def run
+      true
+    end
+  end
+end