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:
parent
9cf3b1f671
commit
e477fc1147
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue