Skip to content

Commit

Permalink
Better error message for out of date minitest gem. (turn-project#98).
Browse files Browse the repository at this point in the history
  • Loading branch information
trans authored and Tom Mornini committed Nov 25, 2013
1 parent 3766fe5 commit 9f47593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turn/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
MiniTest::Unit.runner = Turn::MiniRunner.new
else
raise "MiniTest v#{MiniTest::Unit::VERSION} is out of date.\n" \
"`gem install minitest` and add `gem 'minitest' to you test helper."
"Please update to a newer version."
#MiniTest::Unit = Turn::MiniRunner
end

0 comments on commit 9f47593

Please sign in to comment.