Update README.md

This commit is contained in:
Thomas Walpole 2016-07-05 12:57:20 -07:00 committed by GitHub
parent 5d8efa301d
commit 38498e3073
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ 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
**Note:** If using Ruby < 2.0 you will also need to limit the version of mime-types to < 3.0 and the version of rack to < 2.0
If the application that you are testing is a Rails app, add this line to your test helper file: