Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / spec / fixtures / application / test.rb
1 module MCollective
2   class Application::Test < Application
3     def run
4       true
5     end
6   end
7 end