Releases: guard/guard-test
Releases · guard/guard-test
v2.0.8
15 Apr 07:27
Compare
Sorry, something went wrong.
No results found
Bug fix
#62 Ensure that Test::Unit::AutoRunner is loaded in GuardTestRunner.
v2.0.7
12 Apr 10:54
Compare
Sorry, something went wrong.
No results found
Bug fix
#61 Add paths to spring command when drb is enabled.
v2.0.6
13 Apr 09:55
Compare
Sorry, something went wrong.
No results found
Fix
#59 Fix NameError: uninitialized constant Guard::Test::TestVersion.
Maintenance
#56 Adapted code to updated dependencies.
#58 Use Guard::Compat::UI.
v2.0.5
02 Jul 10:02
Compare
Sorry, something went wrong.
No results found
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
15 Jan 10:12
Compare
Sorry, something went wrong.
No results found
Bug fix
#51 Add path to zeus test command.
v2.0.3
02 Nov 17:44
Compare
Sorry, something went wrong.
No results found
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
30 Oct 15:22
Compare
Sorry, something went wrong.
No results found
Bug fix
#47 & #48 Fix the template for Rails < 4 apps.
v2.0.1
28 Oct 22:32
Compare
Sorry, something went wrong.
No results found
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
05 Oct 17:45
Compare
Sorry, something went wrong.
No results found
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
25 Sep 21:39
Compare
Sorry, something went wrong.
No results found
New feature
#40 , #41 Add support for running tests via spring.
Improvements