Releases: guard/guard-test
Releases · guard/guard-test
v2.0.8
Bug fix
- #62 Ensure that Test::Unit::AutoRunner is loaded in GuardTestRunner.
v2.0.7
Bug fix
- #61 Add paths to spring command when drb is enabled.
v2.0.6
Fix
- #59 Fix
NameError: uninitialized constant Guard::Test::TestVersion
.
Maintenance
- #56 Adapted code to updated dependencies.
- #58 Use
Guard::Compat::UI
.
v2.0.5
Bug fixes
- #53 Bug fix for running spring tests under Rails >= 4.0 without
spring testunit
.
- #52 Add paths to spring command when spring is enabled.
v2.0.4
Bug fix
- #51 Add path to zeus test command.
v2.0.3
Improvement
- #49 Use
run_on_modifications
instead of run_on_changes
. Prevent multiple tests run due to the way vim (or other editors) saves files.
v2.0.2
Bug fix
- #47 & #48 Fix the template for Rails < 4 apps.
v2.0.1
Bug fixes
- #46 Fix an issue that prevented from running multiple test files at once.
- #46 Require
guard_test_runner
with its absolute path.
v2.0.0
Improvements
- Drop Ruby 1.8 support.
- Support Guard 2.0.0.
- #43 Improve Guardfile template. (@rymai)
- #44 Require the
lib
directory by default. (@rymai)
v1.0.0
New feature
- #40, #41 Add support for running tests via
spring
.
Improvements