This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit da00844dead88ee5d5dd3f11ae4b2e103a769894
tree 870f55c509683a8302bcbfaf96cff340f93ac53c
parent 9a0cea8c8ac059924f2e485181fc51213bbdc86f
tree 870f55c509683a8302bcbfaf96cff340f93ac53c
parent 9a0cea8c8ac059924f2e485181fc51213bbdc86f
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | ||
| |
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








