Skip to content

Commit

Permalink
Make the tests pass with minitest 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca authored and sikachu committed Feb 24, 2013
1 parent 979e198 commit 0190dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions activesupport/test/test_case_test.rb
Expand Up @@ -16,6 +16,9 @@ def puke(klass, name, e)
def options def options
nil nil
end end

def record(*args)
end
end end


if defined?(MiniTest::Assertions) && TestCase < MiniTest::Assertions if defined?(MiniTest::Assertions) && TestCase < MiniTest::Assertions
Expand Down

0 comments on commit 0190dca

Please sign in to comment.