Skip to content

Commit

Permalink
use minitest setup instead of testunit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniely committed Mar 25, 2014
1 parent e9aeced commit 0c9ace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_ruby19_minitest_required
#end

def test_ruby19_minitest_mocking
setup_testunit
setup_test('MiniTest', 'minitest/unit')
result = turn 'tmp/test.rb'
assert result.index('PASS'), "RESULT:\n#{result}"
end
Expand Down

0 comments on commit 0c9ace6

Please sign in to comment.