diff options
Diffstat (limited to 'dev-ruby/test-spec/files/test-spec-0.10.0-test-unit.patch')
-rw-r--r-- | dev-ruby/test-spec/files/test-spec-0.10.0-test-unit.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-ruby/test-spec/files/test-spec-0.10.0-test-unit.patch b/dev-ruby/test-spec/files/test-spec-0.10.0-test-unit.patch deleted file mode 100644 index 366cb1de4ca4..000000000000 --- a/dev-ruby/test-spec/files/test-spec-0.10.0-test-unit.patch +++ /dev/null @@ -1,12 +0,0 @@ -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: |