Update capybara

This commit is contained in:
Rico Sta. Cruz 2015-06-10 20:26:00 +08:00
parent 5d8acd4cf6
commit d3f127aa71
1 changed files with 3 additions and 2 deletions

View File

@ -118,8 +118,9 @@ should_not doesn't wait for a timeout from the driver
## Capybara RSpec matchers ## Capybara RSpec matchers
```rb ```rb
# all selectors have... # all matchers have...
text: 'welcome' text: 'welcome'
text: /Hello/
visible: true visible: true
count: 4 count: 4
between: 2..5 between: 2..5