X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=spec%2Ffixtures%2Fapplication%2Ftest.rb;fp=spec%2Ffixtures%2Fapplication%2Ftest.rb;h=99772cbf321154606d165fc6af4a4fcd80350bdb;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/spec/fixtures/application/test.rb b/spec/fixtures/application/test.rb new file mode 100644 index 0000000..99772cb --- /dev/null +++ b/spec/fixtures/application/test.rb @@ -0,0 +1,7 @@ +module MCollective + class Application::Test < Application + def run + true + end + end +end