summaryrefslogtreecommitdiff
path: root/test/unit/plugins/example.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-02-28 23:10:25 +0000
committermurphy <murphy@rubychan.de>2011-02-28 23:10:25 +0000
commit4d8afef1c46d1db99a7c71bc71906317441a90c3 (patch)
tree18bf4a476168de72959705aae7ff6a0ef6a4d2a5 /test/unit/plugins/example.rb
parentfa8b580bfcf1082ac671acde60c4205681dec1dd (diff)
downloadcoderay-4d8afef1c46d1db99a7c71bc71906317441a90c3.tar.gz
Added lots of tests for Plugin and other helper classes.
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