mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixing test case test on 1.9.3dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user