# File lib/capybara/rspec/matchers.rb, line 45 def does_not_match?(actual) @actual = wrap(actual) @actual.has_no_text?(text) end