Skip to content

Commit

Permalink
minitest/unit emulates test/unit
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Jun 1, 2010
1 parent c26725a commit 667d6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/turn/runners/minirunner.rb
@@ -1,5 +1,7 @@
require 'minitest/unit'

Test = MiniTest

module Turn

# = MiniTest TestRunner
Expand Down
3 changes: 0 additions & 3 deletions lib/turn/runners/testrunner.rb
Expand Up @@ -12,9 +12,6 @@ module Turn

# = TestUnit TestRunner
#
#--
# TODO: Add minitest runner.
#++
class TestRunner < ::Test::Unit::UI::Console::TestRunner

def initialize(controller)
Expand Down

0 comments on commit 667d6da

Please sign in to comment.