Module CapybaraMiniTestSpec
In: lib/capybara_minitest_spec/test_name.rb
lib/capybara_minitest_spec/version.rb
lib/capybara_minitest_spec.rb

Methods

Classes and Modules

Class CapybaraMiniTestSpec::NegativeTestName
Class CapybaraMiniTestSpec::PositiveTestName
Class CapybaraMiniTestSpec::TestName

Constants

VERSION = '1.0.7'

Public Instance methods

Define assertions and spec expectations for both positive and negative forms of the matcher name.

Define an assertion using test_name. For example, if the test name is have_css, the assertion would be called assert_page_has_css.

Use either of Capybara::RSpecMatchers. Assert that it matches, and pass its failure message if it doesn‘t.

Define the MiniTest::Spec expectation.

[Validate]