public
Description: Your favorite URL-shortening service in all of Ruby land
Homepage: http://rubyurl.com
Clone URL: git://github.com/robbyrussell/rubyurl.git
Robby Russell (author)
Mon Mar 03 20:11:37 -0800 2008
commit  fc76e8be89cbcc075a8d07e211cc3f64007c319b
tree    2a751e36abe55246b20c3b11928e6a4268f65e41
parent  4f14ea9a6a16a5c12a920ec7402e08ebe238e0b5
rubyurl / script / spec
100755 5 lines (4 sloc) 0.224 kb
1
2
3
4
5
#!/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))