summaryrefslogtreecommitdiffstats
path: root/script/spec
blob: c54cba1b366143f3494d9978f06025955dc8570d (plain)
1
2
3
4
5
#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../vendor/plugins/rspec/lib"))
require 'rubygems'
require 'spec'
exit ::Spec::Runner::CommandLine.run(::Spec::Runner::OptionParser.parse(ARGV, STDERR, STDOUT))