mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix invalid class name in Capybara::RSpec::Matchers#have_text
doc
a2552e2043/lib/capybara/node/matchers.rb (L666)
This commit is contained in:
parent
a2552e2043
commit
7c8aedafb6
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ module Capybara
|
|||
# See {Capybara::Node::Matchers#has_unchecked_field?}
|
||||
|
||||
# RSpec matcher for text content
|
||||
# See {Capybara::SessionMatchers#assert_text}
|
||||
# See {Capybara::Node::Matchers#assert_text}
|
||||
def have_text(*args)
|
||||
Matchers::HaveText.new(*args)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue