Skip to content

Commit

Permalink
Merge pull request #13 from herwinw/minitest
Browse files Browse the repository at this point in the history
Removed reference to MiniTest
  • Loading branch information
hsbt authored May 11, 2017
2 parents 41a3f85 + b0ca7ae commit ae3661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def assert_join_threads(threads, message = nil)
if message
msg = "#{message}\n#{msg}"
end
raise MiniTest::Assertion, msg
raise Test::Unit::AssertionFailedError, msg
end
values
end
Expand Down

0 comments on commit ae3661a

Please sign in to comment.