public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix failing unit tests
octopod (author)
Sat Jan 05 12:24:20 -0800 2008
technoweenie (committer)
Sat Feb 02 14:07:09 -0800 2008
commit  badeb2d4e4e49a389091ba7bcd44c49ca9c88684
tree    420fc2def6b2ffdc6fecb09a7e6712964fb42fe2
parent  cacc91d76ac80f6dc0a3a46df8f46ee532f7e5b5
...
377
378
379
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
0
@@ -377,4 +377,21 @@
0
       @controller.assert_response 401
0
     end
0
 end
0
+
0
+
0
+module Mephisto
0
+ module Plugins
0
+ class PluginWhammyJammy < Mephisto::Plugin
0
+ option :foo, 'one'
0
+ option :bar, 2
0
+ option :baz, [3]
0
+ end
0
+
0
+ class FooBar < Mephisto::Plugin
0
+ end
0
+
0
+ class NonPlugin
0
+ end
0
+ end
0
+end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-require File.expand_path(File.dirname(__FILE__) + '//test_helper')
0
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
0
 
0
 class PluginTest < Test::Unit::TestCase
0
   fixtures :mephisto_plugins

Comments

    No one has commented yet.