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