Skip to content

Commit

Permalink
Remove trailing whitespace from ActiveSupport::TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Aug 23, 2011
1 parent f42c77f commit 024d508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TestCase < ::Test::Unit::TestCase
Assertion = MiniTest::Assertion
end

# TODO: Figure out how to get the Rails::BacktraceFilter into minitest/unit
# TODO: Figure out how to get the Rails::BacktraceFilter into minitest/unit
# Test::Unit compatibility.
rescue LoadError
require 'test/unit/testcase'
Expand All @@ -35,7 +35,7 @@ class TestCase < ::Test::Unit::TestCase
class TestCase < ::Test::Unit::TestCase
Assertion = Test::Unit::AssertionFailedError
include ActiveSupport::Testing::Default
end
end
end

class TestCase
Expand Down

0 comments on commit 024d508

Please sign in to comment.