- Loosen hard capybara dependency
- Fix missing failure text in Capybara 2.9+
- Explicitly require capybara/dsl
- Introduce Minitest::Capybara::Behaviour that can be mixed in to test/spec classes
- Do an assertion with
assert_selector
/refute_selector
call - @joseramonc, @wojtekmach
- Remove deprecation for Minitest::Capybara::Assertions.
- Better error messages for
assert_content/refute_content
. - Remove feature DSL.
- Add Minitest::Capybara::Test and Minitest::Capybara::Spec classes.
- Update exception message to Capybara::Assertions. - @apotonick