aboutsummaryrefslogtreecommitdiffstats
path: root/script/spec
blob: e2d8b5239ad7f3eb9fff375cb4776d17ffa587e6 (plain)
1
2
3
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)