summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/rubinius/files/no_specs.patch')
-rw-r--r--dev-lang/rubinius/files/no_specs.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-lang/rubinius/files/no_specs.patch b/dev-lang/rubinius/files/no_specs.patch
deleted file mode 100644
index 1bd912f1b..000000000
--- a/dev-lang/rubinius/files/no_specs.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -u -r old-work/Rakefile work/Rakefile
---- old-work/Rakefile 2010-06-10 11:39:56.000000000 -0700
-+++ work/Rakefile 2010-06-10 12:25:16.000000000 -0700
-@@ -38,7 +38,7 @@
- ENV["CFLAGS"] = "-Ivm/capi"
- end
-
-- sh "RUBYOPT='' bin/mspec ci --background"
-+ puts "Tests should go here"
- end