-
browse your spec/ and features/ directory
-
run specs and feature files living there.
copy rack_rspec_html.rb into your #{RAILS_ROOT}/spec directory
$ ruby -Ilib spec/rack_rspec_html.rb
visit localhost:9292 to see your specs
I only use it for rails, but should not be difficult to extend