Releases: guard/guard-rspec
Releases · guard/guard-rspec
v4.7.3
29 Jul 16:57
Compare
Sorry, something went wrong.
No results found
Bugfixes
#384 Properly handle tests that segfault (Process returns nil) - thanks to @pocke for the PR!
v4.7.2
02 Jun 04:40
Compare
Sorry, something went wrong.
No results found
Bugfixes
#378 - fix "bundler not found" issue when bundle is used with --path option (thanks to @soberstadt for the fix!)
Please open an issue if this new behavior causes any problems.
v4.7.1
31 May 18:49
Compare
Sorry, something went wrong.
No results found
Bugfixes
#373 - stop using Guard::UI in formatter (reported by @lokeshh who also helped reproduce the scenario - thanks!)
Development
reorganized development files to avoid issues (Hound/Travis/Bundler/tests)
added acceptance test for better coverage and formatter testing
v4.7.0
22 May 05:05
Compare
Sorry, something went wrong.
No results found
Improvements
#370 add thorough and descriptive warnings, errors and more verbose debug mode
(This should help gather more information for bug reporting by running bundle exec guard -d).
v4.6.5
02 Apr 18:26
Compare
Sorry, something went wrong.
No results found
Bugfixes
#363 fix handling of RSpec spec-searching pattern to make it a valid glob (thanks to @thedoritos )
Other
#364 Reduced RuboCop warnings to 0
v4.6.4
03 Aug 08:40
Compare
Sorry, something went wrong.
No results found
Bugfixes
#340 - avoid name conflict between Guard::Process and ::Process
v4.6.3
23 Jul 13:22
Compare
Sorry, something went wrong.
No results found
Bugfixes
#338 - Guard::RSpec now fails (instead of showing annoying deprecation) when RSpec's glob pattern is unsupported
v4.6.2
14 Jul 15:55
Compare
Sorry, something went wrong.
No results found
Bugfixes
#337 - fix bug with handling failing tests in Guard groups
v4.6.1
10 Jul 22:19
Compare
Sorry, something went wrong.
No results found
Bugfixes
#326 , #336 , rework Zeus environment handling issue (results file not passed) + wiki entry with info
v4.6.0
26 Jun 17:56
Compare
Sorry, something went wrong.
No results found
Bugfixes
#328 - avoid RSpec 3 metadata deprecation warning
Improvements
#331 - support :results_file option to give a custom path for temporary results file
Other
misc fixes/cleanup related to development