Releases: guard/guard-rspec
Releases · guard/guard-rspec
v4.2.5
Fix
- Use absolute path for temporary file (#247, #248)
v4.2.4
Fix
- Rerun failed spec with example groups in different files does not work. (#243, #244)
v4.2.3
Fix
- Fix gemspec dependencies (#236).
v4.2.2
Fix
- Don't fail when there are no spec files to run (#234).
v4.2.1
Change
- Allow prereleases of rspec 3.0.0
v4.2.0
Change
- Support rspec-2 and rspec-3 (#226).
v4.1.1
Fix
- Fix superclass mismatch for class RSpec (TypeError) (#222).
v4.1.0
Change
Fix
- Respect guard notifier settings (#217).
Deprecation
- Removed
focus_on_failed
and keep_failed
(replaced by failed_mode
, #217).
v4.0.4
Bug fixes
- Close properly rspec_guard_result tmp file (#211).
- Fix inspector when the watch expression was specified as directory (#214).