public
Description: A complete reimplementation of the gem server command as a Sinatra application
Homepage: http://gems.local/
Clone URL: git://github.com/jnewland/sinatra-rubygems.git
jnewland (author)
Thu Feb 26 11:54:42 -0800 2009
commit  dcfa16581050d34a8981b3df05d57a0c2ed18054
tree    4918dd884b932375b31dc612648314da7fe32ee8
parent  3a09f5713207cbc8334a805ab0386443e349c2aa
sinatra-rubygems / Rakefile
100644 4 lines (4 sloc) 0.106 kb
1
2
3
4
task :default => :spec
task :spec do
  system("spec --options spec/spec.opts spec/*_spec.rb") || raise
end