diff options
author | francis <francis> | 2008-01-23 01:54:49 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-23 01:54:49 +0000 |
commit | fdaa98e06ba6d6f8b62480a83e9ecffdbcb21402 (patch) | |
tree | 40b8b0d7602a7a17bead44e0fd3a2ea101b18bd6 /vendor/plugins/rspec/bin/spec | |
parent | 60eaae4f7df1f1dae91defb87d3707451c359cf4 (diff) |
Upgrade to rspec 1.1.2
Diffstat (limited to 'vendor/plugins/rspec/bin/spec')
-rwxr-xr-x | vendor/plugins/rspec/bin/spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/plugins/rspec/bin/spec b/vendor/plugins/rspec/bin/spec index a7e6ce0cb..283176d76 100755 --- a/vendor/plugins/rspec/bin/spec +++ b/vendor/plugins/rspec/bin/spec @@ -1,3 +1,4 @@ +#!/usr/bin/env ruby $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib")) require 'spec' -::Spec::Runner::CommandLine.run(ARGV, STDERR, STDOUT, true, true) +exit ::Spec::Runner::CommandLine.run(rspec_options) |