aboutsummaryrefslogtreecommitdiffstats
path: root/script/spec
diff options
context:
space:
mode:
Diffstat (limited to 'script/spec')
-rwxr-xr-xscript/spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/spec b/script/spec
new file mode 100755
index 000000000..d318f1ae3
--- /dev/null
+++ b/script/spec
@@ -0,0 +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)