class CapybaraMiniTestSpec::NegativeTestName

Public Instance Methods

assertion_name() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 50
def assertion_name
  "refute_page_#{has}"
end
expectation_name() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 54
def expectation_name
  "wont_#{have}"
end
failure_message_method() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 58
def failure_message_method
  :failure_message_when_negated
end
match_method() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 62
def match_method
  :does_not_match?
end