Skip to content

Releases: guard/guard-minitest

v2.4.6

29 Jul 17:35
@e2 e2
Compare
Choose a tag to compare

Bugfixes

v2.4.5

05 Jun 17:20
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #140 - avoid errors from using Bundler's deprecated with_clean_env (thanks to @rmm5t !)

v2.4.4

16 Feb 21:18
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #126 - fix notifications by requiring guard (during Minitest plugin autoloading)

v2.4.3

03 Feb 21:20
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #125 - handle older Minitest versions (< 5) by fixing the older runner (fix related to #122)

v2.4.2

15 Jan 01:54
@e2 e2
Compare
Choose a tag to compare

Improvements

  • show error when runner command does not exist
  • show command being run when Guard is run with -d (not necessary in newer versions of Guard)

Development

  • add RuboCop and fix hundreds of offenses
  • refactoring to somewhat clear up the specs

v2.4.1

14 Jan 19:32
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #122 - fix autoloading from minitest

v2.4.0

14 Jan 19:28
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • allow using guard-minitest to test other guard plugins (disable notification)

Improvements

  • properly use Guard::Compat (and update dependency)

v2.3.2

24 Aug 20:17
Compare
Choose a tag to compare

Improvement

726a88c When a file changes that doesn't have a corresponding test file, don't run all the tests.

v2.3.1: Version 2.3.1

22 Jun 20:48
Compare
Choose a tag to compare

Improvements

  • #113 Honor the :include option when running with :drb
  • #115 Fix a few typos in the README

v2.3.0

02 May 18:17
Compare
Choose a tag to compare

New features

  • #110 Add :autorun option to prevent automatic loading of minitest/autorun.
  • #109 Add :env and :all_env options allowing to specify env variables.

Improvements

  • #108 & #111 Update default Spring command from spring testunit to bin/rake test allowing a smooth integration with Rails 4.1 apps.
  • #106 Add support for Guard::Group's halt_on_fail feature.
  • #104 Add an encoding declaration to the gemspec.
  • #107 Remove "unused variable" warning.