Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Pairing with Mike
Capybara is a testing framework for clicking around in the browser (integration test).
You can use Capybara with Minitest here: https://github.com/blowmage/minitest-rails-capybara
Sometimes you'll need to run tests with Javascript enabled. I recommend using a gem poltergeist for that. https://github.com/teampoltergeist/poltergeist
For mockups/wirreframing, try out Balsamiq.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment