Webrat lets you quickly write robust and thorough acceptance tests for a Ruby web application. By leveraging the DOM, it can run tests similarly to an in-browser testing solution without the associated performance hit (and browser dependency). The result is tests that are less fragile and more effective at verifying that the app will respond properly to users. View the full README.
Current Projects
Webrat – Ruby Acceptance Testing for Web applications
testjour
Distributed test runner using Bonjour and DRb (for Cucumber first).
Dryopteris
A HTML sanitizer that uses Nokogiri for parsing and document modifications. Prevent XSS attacks! Sleep better at night! Just water frequently and keep out of direct sunlight.
features2cards
Converts Cucumber feature files to printable PDF index cards for use on an Agile task board. Uses Prawn for PDF generation. See the release annoncement.