Skip to content

Commit

Permalink
ohai! removing test/unit -v crutch since we're using minitest now.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 23, 2010
1 parent d016211 commit 51da674
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/helper.rb
Expand Up @@ -26,10 +26,6 @@ class TestCase < MiniTest::Spec
ADDRESS_XML_FILE = File.join(ASSETS_DIR, 'address_book.xml')
SNUGGLES_FILE = File.join(ASSETS_DIR, 'snuggles.xml')

def setup
warn "#{name}" if ENV['TESTOPTS'] == '-v'
end

def teardown
if ENV['NOKOGIRI_GC']
STDOUT.putc '!'
Expand Down

0 comments on commit 51da674

Please sign in to comment.