Test::Unit is no longer ships with Ruby.

This commit is contained in:
Jason Watson 2010-08-30 22:55:39 +01:00
parent e054202c2b
commit e53a5407b9
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'rubygems'
gem 'test-unit'
require 'test/unit' require 'test/unit'
# for some reason these tests fail when run via TextMate # for some reason these tests fail when run via TextMate