Re: [rspec-users] rack app to browse specs

2009-01-06 Thread Joaquin Rivera Padron
hello there, I've added support to browse/run cucumber features to the app, check it out in gist: http://gist.github.com/43149 right now you can: browse your spec/ and features/ directory run specs and feature files living there. it is only a .rb script to put into spec (or features) directory I

[rspec-users] rack app to browse specs

2009-01-04 Thread Joaquin Rivera Padron
hello there, Sometimes I find easier to browse my specs directly on the browser to have an overall idea of the logic. To do it I have put up a simple rack app to: - browse the contents of /spec directory on rails root - run each spec and view the html formatted output (it does spec FILE -f h) It