Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we're using MiniTest
  • Loading branch information
judofyr committed Jan 25, 2012
1 parent fc0e952 commit 7466b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Expand Up @@ -11,10 +11,10 @@
require 'camping-unabridged'
end

require 'test/unit'
require 'minitest/autorun'
require 'rack/test'

class TestCase < Test::Unit::TestCase
class TestCase < MiniTest::Unit::TestCase
include Rack::Test::Methods

def self.inherited(mod)
Expand Down

0 comments on commit 7466b70

Please sign in to comment.