Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

52 lines (42 loc) · 1.98 KB

Changelog

1.1.0 - 2022-05-11

Added

  • MultiTest.disable_autorun is back again! (#33 #26)

1.0.0 - 2022-05-04

Changed

  • As per #251: renamed History.md to CHANGELOG.md, added contributing message at beginning, and other formatting. (#12 jaysonesmith)

Removed

  • Remove test files from the gem to prevent false-positive with security scanners as reported in #21
  • Drop support for ruby < 2.0 (PR#28)
  • Removed disable_autorun (PR#30 Issue#26)

Changed

  • Ensure that detecting assetion library doesn't fail if no test framework included. Ruby 2.2 removed minitest from standard library. (@tooky, @jmoody)

Removed

  • Remove incompatibility with ruby 1.8.7

Added

  • Detect best available assertion library for cucumber (@tooky)

Fixed

  • Fix for Rails 4.1, Minitest 5.x (#4 Andy Lindeman)

Changed

  • First gem release