summaryrefslogtreecommitdiff
blob: 366cb1de4ca4ae5537f5b02265b8ce8e0520f673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: test-spec-0.10.0/lib/test/spec.rb
===================================================================
--- test-spec-0.10.0.orig/lib/test/spec.rb
+++ test-spec-0.10.0/lib/test/spec.rb
@@ -6,6 +6,7 @@
 # This work is licensed under the same terms as Ruby itself.
 #
 
+gem 'test-unit'
 require 'test/unit'
 
 class Test::Unit::AutoRunner    # :nodoc: