# File lib/capybara/rspec/matchers.rb, line 77 def description "text #{format(content)}" end
# File lib/capybara/rspec/matchers.rb, line 70 def does_not_match?(actual) wrap(actual).assert_no_text(*@args) rescue Capybara::ExpectationNotMet => e @failure_message_when_negated = e.message return false end
Generated with the Darkfish Rdoc Generator 2.