public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
merb-core / bin / merb-specs
100755 6 lines (3 sloc) 0.121 kb
1
2
3
4
5
6
#!/usr/bin/env ruby
 
require File.join(File.dirname(__FILE__),"..","lib","merb-core","test","run_specs")
 
run_specs ARGV