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

Typo. Thanks @khustochka!

This commit is contained in:
Jo Liss 2012-01-10 17:38:40 +01:00
parent 6d7894b416
commit bd87f75370

View file

@ -391,7 +391,7 @@ page.should have_no_selector(:content)
page.should have_xpath('//table/tr') page.should have_xpath('//table/tr')
page.should have_css('table tr.foo') page.should have_css('table tr.foo')
page.should have_context('foo') page.should have_content('foo')
``` ```
### Finding ### Finding