public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
robbyrussell (author)
Thu Apr 10 13:51:43 -0700 2008
commit  818f1b6a98348b4ed75524e8b7335fec89aceaed
tree    bb3bdcd0aaefa6daf519c057012da5ff7dc7d76f
parent  0c493413ec32f4455cad312d9cacf77ec24b4a67
rubyurl / script / spec
100755 4 lines (4 sloc) 0.224 kb
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(::Spec::Runner::OptionParser.parse(ARGV, STDERR, STDOUT))