Update README.md

This commit is contained in:
Thomas Walpole 2015-12-08 12:34:47 -05:00
parent 03a943ea84
commit 89ddd5b6e3
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ Capybara requires Ruby 1.9.3 or later. To install, add this line to your
gem 'capybara'
```
**Note:** If using Ruby < 2.0 you will also need to limit the version of mime-types to < 3.0
If the application that you are testing is a Rails app, add this line to your test helper file:
```ruby