Skip to content

Releases: guard/guard-rspec

v4.0.3

18 Oct 07:22
Compare
Choose a tag to compare

Bug fix

  • Ensure that Guard::Notifier is turned on (#209).

v4.0.2

17 Oct 17:51
Compare
Choose a tag to compare

Bug fix

  • Fix inspector handling with spec folders (#210).

v4.0.1

14 Oct 06:24
Compare
Choose a tag to compare

Bug fix

  • Fix compatibility with guard-bundler (#208).

v4.0.0

11 Oct 14:19
Compare
Choose a tag to compare

Changes

  • Full rewrite, with a nice CodeClimate score.
  • Simplify options with the new cmd option.
  • focus_on_failed option is now enable by default (and works even with notification disabled).
  • Run on modifications instead of changes (guard/guard#495).

Deprecations

  • Special drb support has been removed, please use Zeus or Spring instead of Spork.
  • exclude option has been deprecated, please use Guard ignore DSL method.
  • cli option has been deprecated, please use the new cmd option.
  • bundler option has been deprecated, please use the new cmd option.
  • binstubs option has been deprecated, please use the new cmd option.
  • rvm option has been deprecated, please use the new cmd option.
  • binstubs option has been deprecated, please use the new cmd option.
  • spring option has been deprecated, please use the new cmd option.
  • turnip option has been deprecated, please use the new cmd option.
  • zeus option has been deprecated, please use the new cmd option.
  • foreman option has been deprecated, please use the new cmd option.
  • parallel option has been deprecated, please use the new cmd option.
  • parallel_cli option has been deprecated, please use the new cmd option.

v3.1.0

22 Sep 18:23
Compare
Choose a tag to compare

New feature

  • Add `launchy' option to launch spec results instead of reading terminal output. (#196)

v3.0.3

09 Sep 18:48
Compare
Choose a tag to compare

Improvement

  • Add slim support (#190)

Bug fix

  • Allow utf-8 characters in guard environment with zeus (#198)