Test::Unit is no longer ships with Ruby.
This commit is contained in:
parent
e054202c2b
commit
e53a5407b9
|
@ -1,3 +1,5 @@
|
|||
require 'rubygems'
|
||||
gem 'test-unit'
|
||||
require 'test/unit'
|
||||
|
||||
# for some reason these tests fail when run via TextMate
|
||||
|
|
Loading…
Reference in New Issue