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:
parent
5d8efa301d
commit
38498e3073
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Capybara requires Ruby 1.9.3 or later. To install, add this line to your
|
||||||
gem 'capybara'
|
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:
|
If the application that you are testing is a Rails app, add this line to your test helper file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue