From 616bcd3c35bcf7cb1dd7609654aa5d0a1c2835db Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Thu, 30 Dec 2010 17:24:39 +0000 Subject: Allow running single tests via spec command --- script/spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/spec') 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 -- cgit v1.2.3