1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update README.md

This commit is contained in:
Thomas Walpole 2015-12-08 12:34:47 -05:00
parent 03a943ea84
commit 89ddd5b6e3

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