aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-03-01 10:11:32 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-03-01 10:14:09 -0800
commite477fc1147b4bfe83a26d4ce818167a1b561b8fc (patch)
treed4c2261201f302a77f529b2f6da5a2becb9f6fb8 /activesupport/test
parent9cf3b1f6719e1fe917f5abe56be6fee157bc3c13 (diff)
downloadrails-e477fc1147b4bfe83a26d4ce818167a1b561b8fc.tar.gz
rails-e477fc1147b4bfe83a26d4ce818167a1b561b8fc.tar.bz2
rails-e477fc1147b4bfe83a26d4ce818167a1b561b8fc.zip
fixing test case test on 1.9.3dev
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/test_case_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/test/test_case_test.rb b/activesupport/test/test_case_test.rb
index 7e65c63062..756d21b3e4 100644
--- a/activesupport/test/test_case_test.rb
+++ b/activesupport/test/test_case_test.rb
@@ -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