fixing test case test on 1.9.3dev

This commit is contained in:
Aaron Patterson 2011-03-01 10:11:32 -08:00
parent 9cf3b1f671
commit e477fc1147
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ module ActiveSupport
def puke(klass, name, e)
@puked << [klass, name, e]
end
def options
nil
end
end
if defined?(MiniTest::Assertions) && TestCase < MiniTest::Assertions