public
Description: rack app to browse and run specs and features in browser
Homepage:
Clone URL: git://github.com/joahking/rack-rspec-html.git
joahking (author)
Tue Jan 06 08:39:19 -0800 2009
commit  da00844dead88ee5d5dd3f11ae4b2e103a769894
tree    870f55c509683a8302bcbfaf96cff340f93ac53c
parent  9a0cea8c8ac059924f2e485181fc51213bbdc86f
name age message
file README.rdoc Loading commit data...
file rack_rspec_html.rb
README.rdoc

Rack RSpec HTML is a simple Rack application to:

  • browse your spec/ and features/ directory
  • run specs and feature files living there.

Installation

copy rack_rspec_html.rb into your #{RAILS_ROOT}/spec directory

Starting

  $ ruby -Ilib spec/rack_rspec_html.rb

Usage

visit localhost:9292 to see your specs

NOTE

I only use it for rails, but should not be difficult to extend