diff options
-rwxr-xr-x | script/spec | 2 |
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) |