Skip to content

Commit

Permalink
Remove test/unit monkeypatch that test output really noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Aug 2, 2014
1 parent 71886e1 commit 5f5ae93
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/test_all_basic.rb
Expand Up @@ -6,20 +6,6 @@
puts RUBY_VERSION
puts RUBY_VERSION.class

module Test
module Unit
class TestCase
alias :_old_run_ :run
def run(result, &blk)
method_name = RUBY_VERSION[/^1\.9|^2/] ? self.__name__ : @method_name
puts "Running #{method_name}"
_old_run_(result, &blk)
end
end
end
end


$:.push('.')

IMAGES_DIR = '../doc/ex/images'
Expand Down

0 comments on commit 5f5ae93

Please sign in to comment.