diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2010-12-30 17:24:39 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2010-12-30 17:24:39 +0000 |
commit | 616bcd3c35bcf7cb1dd7609654aa5d0a1c2835db (patch) | |
tree | 545743f03641c4f9e43130892dae7f8ade2dd624 | |
parent | 68ef139e1a6534d5c50b5a48f90b09a8a5a51d88 (diff) |
Allow running single tests via spec command
-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 |