From 4d8afef1c46d1db99a7c71bc71906317441a90c3 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 28 Feb 2011 23:10:25 +0000 Subject: Added lots of tests for Plugin and other helper classes. --- test/unit/plugins/example.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/unit/plugins/example.rb (limited to 'test/unit/plugins/example.rb') 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 -- cgit v1.2.1