CapybaraMiniTestSpec::PositiveTestName

Public Instance Methods

assertion_name() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 30
def assertion_name
  "assert_page_#{has}"
end
expectation_name() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 34
def expectation_name
  "must_#{have}"
end
failure_message_method() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 42
def failure_message_method
  :failure_message_for_should
end
match_method() click to toggle source
# File lib/capybara_minitest_spec/test_name.rb, line 38
def match_method
  :matches?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.