Fix invalid class name in `Capybara::RSpec::Matchers#have_text` doc

a2552e2043/lib/capybara/node/matchers.rb (L666)
This commit is contained in:
Masafumi Koba 2019-03-27 15:31:44 +09:00 committed by GitHub
parent a2552e2043
commit 7c8aedafb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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