about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xtest.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.rb b/test.rb
index 049438b..b7bcb69 100755
--- a/test.rb
+++ b/test.rb
@@ -5,8 +5,7 @@ require 'mahoro'
 
 class MahoroTestCase < Test::Unit::TestCase
 
-        def initialize(*args)
-                super
+        def setup
                 @m = Mahoro.new
         end