Skip to content

Commit

Permalink
Fixes bench tests under JRuby
Browse files Browse the repository at this point in the history
* It appears that require 'minitest/spec' pulls in the stdlib version of
  minitest, as opposed to the > 2.1 gemified version required by
  mini_shoulda. This causes conflicts and bizarre errors messages. Since
  mini_shoulda pulls in 'minitest/spec' as well (but the correct
  version), this line can simply be removed.
  • Loading branch information
alindeman committed Mar 23, 2012
1 parent 4b30fc7 commit 0c324f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helper.rb
Expand Up @@ -7,7 +7,6 @@
require 'rails'
puts "Testing with Rails #{Rails.version}"

require 'minitest/spec'
require 'mini_shoulda'
require 'minitest/pride'
require 'minitest/autorun'
Expand Down

0 comments on commit 0c324f4

Please sign in to comment.