Update mcollective.init according to OSCI-855
[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