summaryrefslogtreecommitdiff
path: root/test/unit/plugins/example.rb
blob: e28dc7cc6f1a9c0988651922a7676100d246acd7 (plain)
1
2
3
4
5
6
class Example < PluginScannerTest::Plugins::Plugin
  
  register_for :example
  title 'The Example'
  
end