]> review.fuel-infra Code Review - packages/trusty/mcollective.git/blob - spec/fixtures/application/test.rb
Added mcollective 2.3.1 package
[packages/trusty/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