tracks/vendor/plugins/rspec/bin/spec

5 lines
160 B
Text
Raw Normal View History

#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
require 'spec'
exit ::Spec::Runner::CommandLine.run(rspec_options)