GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/zmack/mephisto.git
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
...
376
377
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
380
...
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
0
@@ -376,4 +376,21 @@ class XmlLoginProxy < BaseLoginProxy
0
     def check
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
0
\ No newline at end of file
...
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.