diff options
-rwxr-xr-x | script/spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/spec b/script/spec index e2d8b5239..28e8676cc 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' -exit ::Spec::Runner::CommandLine.run(rspec_options) +exit ::Spec::Runner::CommandLine.run |