summaryrefslogtreecommitdiff
path: root/test/unit/plugins/example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/plugins/example.rb')
-rw-r--r--test/unit/plugins/example.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/plugins/example.rb b/test/unit/plugins/example.rb
new file mode 100644
index 0000000..e28dc7c
--- /dev/null
+++ b/test/unit/plugins/example.rb
@@ -0,0 +1,6 @@
+class Example < PluginScannerTest::Plugins::Plugin
+
+ register_for :example
+ title 'The Example'
+
+end \ No newline at end of file