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
03a943ea84
commit
89ddd5b6e3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue