Skip to content

Releases: guard/guard-test

v2.0.8

15 Apr 07:27
13fe2b1
Compare
Choose a tag to compare

Bug fix

  • #62 Ensure that Test::Unit::AutoRunner is loaded in GuardTestRunner.

v2.0.7

12 Apr 10:54
b6fb78e
Compare
Choose a tag to compare

Bug fix

  • #61 Add paths to spring command when drb is enabled.

v2.0.6

13 Apr 09:55
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Bug fix

  • #51 Add path to zeus test command.

v2.0.3

02 Nov 17:44
Compare
Choose a tag to compare

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
Choose a tag to compare

Bug fix

  • #47 & #48 Fix the template for Rails < 4 apps.

v2.0.1

28 Oct 22:32
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

New feature

  • #40, #41 Add support for running tests via spring.

Improvements

  • Get rid of autoload. (@rymai)