Make the tests pass with minitest 4.2

This commit is contained in:
Rafael Mendonça França 2012-11-05 15:12:09 -02:00
parent ce9b6ad5ae
commit ae6d2efd84
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ module ActiveSupport
def options def options
nil nil
end end
def record(*args)
end
end end
def test_standard_error_raised_within_setup_callback_is_puked def test_standard_error_raised_within_setup_callback_is_puked