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