Skip to content

Instantly share code, notes, and snippets.

@plicjo
Created July 2, 2016 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plicjo/b3cf7c54ab7fea1644d4da5431542f2b to your computer and use it in GitHub Desktop.
Save plicjo/b3cf7c54ab7fea1644d4da5431542f2b to your computer and use it in GitHub Desktop.
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