Update matcher description [ci skip]

This commit is contained in:
Thomas Walpole 2018-02-16 15:36:09 -08:00
parent 5930e1f114
commit b67059a57a
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ module Capybara
MatchSelector.new(:css, css, options, &optional_filter_block)
end
# RSpec matcher for text on the page
# RSpec matcher for text content
# See {Capybara::SessionMatchers#assert_text}
def have_text(*args)
HaveText.new(*args)