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

Update README.md [ci skip]

This commit is contained in:
Thomas Walpole 2016-11-21 15:35:56 -08:00 committed by GitHub
parent fa56f3f672
commit a6e92703b8

View file

@ -143,7 +143,7 @@ tags set up for you.
## <a name="using-capybara-with-rspec"></a>Using Capybara with RSpec
Load RSpec 2.x support by adding the following line (typically to your
Load RSpec 2+ support by adding the following line (typically to your
`spec_helper.rb` file):
```ruby