Skip to content

Releases: guard/guard-rspec

v4.7.3

Choose a tag to compare

@e2 e2 released this 29 Jul 16:57

Bugfixes

  • #384 Properly handle tests that segfault (Process returns nil) - thanks to @pocke for the PR!

v4.7.2

Choose a tag to compare

@e2 e2 released this 02 Jun 04:40

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

Choose a tag to compare

@e2 e2 released this 31 May 18:49

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

Choose a tag to compare

@e2 e2 released this 22 May 05:05

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

Choose a tag to compare

@e2 e2 released this 02 Apr 18:26

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

Choose a tag to compare

@e2 e2 released this 03 Aug 08:40

Bugfixes

  • #340 - avoid name conflict between Guard::Process and ::Process

v4.6.3

Choose a tag to compare

@e2 e2 released this 23 Jul 13:22

Bugfixes

  • #338 - Guard::RSpec now fails (instead of showing annoying deprecation) when RSpec's glob pattern is unsupported

v4.6.2

Choose a tag to compare

@e2 e2 released this 14 Jul 15:55

Bugfixes

  • #337 - fix bug with handling failing tests in Guard groups

v4.6.1

Choose a tag to compare

@e2 e2 released this 10 Jul 22:19

Bugfixes

  • #326, #336, rework Zeus environment handling issue (results file not passed) + wiki entry with info

v4.6.0

Choose a tag to compare

@e2 e2 released this 26 Jun 17:56

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