Add something like webrat or capybara in ruby to allow for testing web apps without the browser
I'd like to see functionality similar to webrat or capybara in Rails that allows you to write end to end tests (aside from javascript of course) for a web app without actually running a browser
12
votes