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

Merge pull request #1658 from CodingItWrong/readme-rspec-typo

RSpec capitalization typo
This commit is contained in:
Thomas Walpole 2016-02-23 19:50:14 -08:00
commit c9cb6a4fba

View file

@ -735,7 +735,7 @@ The former would immediately fail because the content has not yet been removed.
Only the latter would wait for the asynchronous process to remove the content
from the page.
Capybara's Rspec matchers, however, are smart enough to handle either form.
Capybara's RSpec matchers, however, are smart enough to handle either form.
The two following statements are functionally equivalent:
```ruby