Releases: guard/guard-minitest
Releases · guard/guard-minitest
v2.4.5
Bugfixes
- #140 - avoid errors from using Bundler's deprecated
with_clean_env
(thanks to @rmm5t !)
v2.4.4
Bugfixes
- #126 - fix notifications by requiring guard (during Minitest plugin autoloading)
v2.4.3
Bugfixes
- #125 - handle older Minitest versions (< 5) by fixing the older runner (fix related to #122)
v2.4.2
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
Bugfixes
- #122 - fix autoloading from minitest
v2.4.0
Bugfixes
- allow using guard-minitest to test other guard plugins (disable notification)
Improvements
- properly use Guard::Compat (and update dependency)
v2.3.2
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
Improvements
- #113 Honor the
:include
option when running with :drb
- #115 Fix a few typos in the README
v2.3.0
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.