Skip to content

Releases: guard/guard-rspec

v4.2.6

08 Feb 05:23
Compare
Choose a tag to compare

Fix

  • Unfreeze options hash

v4.2.5

27 Jan 08:39
Compare
Choose a tag to compare

Fix

  • Use absolute path for temporary file (#247, #248)

v4.2.4

09 Jan 13:18
Compare
Choose a tag to compare

Fix

  • Rerun failed spec with example groups in different files does not work. (#243, #244)

v4.2.3

30 Dec 12:35
Compare
Choose a tag to compare

Fix

  • Fix gemspec dependencies (#236).

v4.2.2

26 Dec 19:36
Compare
Choose a tag to compare

Fix

  • Don't fail when there are no spec files to run (#234).

v4.2.1

21 Dec 09:02
Compare
Choose a tag to compare

Change

  • Allow prereleases of rspec 3.0.0

v4.2.0

04 Dec 19:06
Compare
Choose a tag to compare

Change

  • Support rspec-2 and rspec-3 (#226).

v4.1.1

04 Dec 08:27
Compare
Choose a tag to compare

Fix

  • Fix superclass mismatch for class RSpec (TypeError) (#222).

v4.1.0

03 Dec 08:48
Compare
Choose a tag to compare

Change

Fix

  • Respect guard notifier settings (#217).

Deprecation

  • Removed focus_on_failed and keep_failed (replaced by failed_mode, #217).

v4.0.4

09 Nov 12:45
Compare
Choose a tag to compare

Bug fixes

  • Close properly rspec_guard_result tmp file (#211).
  • Fix inspector when the watch expression was specified as directory (#214).