public
Description: Your favorite URL-shortening service in all of Ruby land
Homepage: http://rubyurl.com
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
Robby Russell (author)
Mon Feb 18 16:27:55 -0800 2008
commit  bd7d666edaa48b47f16b9ea824c9e0bb02f3b31e
tree    e8e42e947d978c1b0d6ffde7225e3bcaef7d5ab0
parent  156c306838e7e50311571c71a06d2fb336f2a005
rubyurl / script / spec
100755 5 lines (4 sloc) 0.195 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'
::Spec::Runner::CommandLine.run(ARGV, STDERR, STDOUT, true, true)