diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-11-05 15:12:09 -0200 |
---|---|---|
committer | Prem Sichanugrist <s@sikac.hu> | 2013-02-24 16:32:25 -0500 |
commit | 0190dcae3c7d4dba5d8b322c04236feea22fc0f9 (patch) | |
tree | 064ad8c0146f757e700a73d2ded22f3b0f9d54cb /activesupport/test | |
parent | 979e198c14a95010aca17b6e640f386961360794 (diff) | |
download | rails-0190dcae3c7d4dba5d8b322c04236feea22fc0f9.tar.gz rails-0190dcae3c7d4dba5d8b322c04236feea22fc0f9.tar.bz2 rails-0190dcae3c7d4dba5d8b322c04236feea22fc0f9.zip |
Make the tests pass with minitest 4.2
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/test_case_test.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/test/test_case_test.rb b/activesupport/test/test_case_test.rb index c4653b1ae6..ab74d579fc 100644 --- a/activesupport/test/test_case_test.rb +++ b/activesupport/test/test_case_test.rb @@ -16,6 +16,9 @@ module ActiveSupport def options nil end + + def record(*args) + end end if defined?(MiniTest::Assertions) && TestCase < MiniTest::Assertions |