Skip to content

Instantly share code, notes, and snippets.

@railsbridge
Created September 13, 2009 01:12
Show Gist options
  • Save railsbridge/186036 to your computer and use it in GitHub Desktop.
Save railsbridge/186036 to your computer and use it in GitHub Desktop.
# place at the top of test_helper.rb:
begin
require 'rubygems'
gem 'test-unit', '~> 2.0'
rescue Gem::LoadError
puts "Could not find Test::Unit 2.0, ignoring"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment