1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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