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, 10 insertions, 0 deletions
diff --git a/dev-lang/rubinius/files/no_specs.patch b/dev-lang/rubinius/files/no_specs.patch
new file mode 100644
index 000000000..1bd912f1b
--- /dev/null
+++ b/dev-lang/rubinius/files/no_specs.patch
@@ -0,0 +1,10 @@
+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