# File lib/capybara/rspec/matchers.rb, line 13 def does_not_match?(actual) @actual = wrap(actual) @actual.has_no_selector?(*@args) end