public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
commit  07c8dd3171541c29e4c929dc1a3599567b897ecc
tree    0e907aec7803d3d596382cfdd3b866561a2eb592
parent  945af19012d72245e2b2104b0ffc6ab485e23857
insoshi / 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))