aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-11-05 15:12:09 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-11-05 15:12:09 -0200
commitae6d2efd844cc6cf6822fe424d8e09c510153c90 (patch)
treed24d63f6b6da3582f9a000efeddafa91c800ef2c /activesupport
parentce9b6ad5ae8de8947bea8ba06dcad27e09a0dbac (diff)
downloadrails-ae6d2efd844cc6cf6822fe424d8e09c510153c90.tar.gz
rails-ae6d2efd844cc6cf6822fe424d8e09c510153c90.tar.bz2
rails-ae6d2efd844cc6cf6822fe424d8e09c510153c90.zip
Make the tests pass with minitest 4.2
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/test_case_test.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/test/test_case_test.rb b/activesupport/test/test_case_test.rb
index c02bfa8497..64426d02e9 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
def test_standard_error_raised_within_setup_callback_is_puked