- Introduce test helpers
assert_not_dom
,assert_not_select
, and the "refute" equivalents. #113 @joshuay03
assert_select
now raises an error when given an invalid Range or invalid combination of:minimum
and:maximum
. #115 @joshuay03assert_select
now raises an error when given a block with a 0 element assertion. #116 @joshuay03
- @joshuay03 made their first three contributions in this release.
- Allow user to choose the HTML parser used by @flavorjones in #109
- Fix string substitution regression by @nicoco007 in #110
- @nicoco007 made their first contribution in #110