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:
commit
c9cb6a4fba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue