Skip to content

Commit

Permalink
Test::Unit should work find by now in Maglev. No more MiniTest requir…
Browse files Browse the repository at this point in the history
…ement.
  • Loading branch information
ecin committed Aug 4, 2010
1 parent 8d29555 commit b97321e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
$LOAD_PATH.unshift "../lib"

require 'persistable'

if !defined?(Maglev) or Maglev::VERSION.to_i > 22804
require 'test/unit'
else
require 'minitest/unit'
MiniTest::Unit.autorun
Test = MiniTest
end
require 'test/unit'

0 comments on commit b97321e

Please sign in to comment.