Skip to content

Instantly share code, notes, and snippets.

@dsokolowski
dsokolowski / README.md
Created November 21, 2011 13:33
Integration capybara with minitest

##Integration capybara with minitest

Requirements:

  • ruby 1.9
  • gem capybara

All you have to do is to require file test_helper.rb at the beginning of your test files.