aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony <tony>2009-03-20 08:06:06 +0000
committertony <tony>2009-03-20 08:06:06 +0000
commit853eb17fab5afeef822812a0b05c68de0790be34 (patch)
treeab43bbbb701284abe02703c489326f7bfe66a4f6
parent91e4b7151faf91b0956508133d6a464d9592db9b (diff)
Make script/spec work
-rwxr-xr-xscript/spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/spec b/script/spec
index d318f1ae3..e2d8b5239 100755
--- a/script/spec
+++ b/script/spec
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../vendor/plugins/rspec/lib"))
require 'spec'
-::Spec::Runner::CommandLine.run(ARGV, STDERR, STDOUT, true, true)
+exit ::Spec::Runner::CommandLine.run(rspec_options)