Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 629 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 629 Bytes

HEAD

v0.9.0

  • Loosen hard capybara dependency
  • Fix missing failure text in Capybara 2.9+

v0.8.2

  • Explicitly require capybara/dsl
  • Introduce Minitest::Capybara::Behaviour that can be mixed in to test/spec classes

v0.8.1

  • Do an assertion with assert_selector/refute_selector call - @joseramonc, @wojtekmach

v0.8.0

  • 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.

v0.7.2

  • Update exception message to Capybara::Assertions. - @apotonick