From d3f127aa7115565b66b700a04e8fe7f6eb9822f9 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 10 Jun 2015 20:26:00 +0800 Subject: [PATCH] Update capybara --- capybara.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/capybara.md b/capybara.md index 82dc14e33..f42da30df 100644 --- a/capybara.md +++ b/capybara.md @@ -118,8 +118,9 @@ should_not doesn't wait for a timeout from the driver ## Capybara RSpec matchers ```rb -# all selectors have... - text: 'welcome' +# all matchers have... + text: 'welcome' + text: /Hello/ visible: true count: 4 between: 2..5