Skip to content

Releases: guard/guard-rspec

v4.5.2

03 Jun 20:22
@e2 e2
Compare
Choose a tag to compare

Bugfixes

#323 - support projects using 'lib/' for sources and no 'lib' in spec dir
#321 - rework result file handling (to avoid hard to debug issues with no clues)

v4.5.1

28 May 01:42
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #305 - fix execution result for RSpec 3
  • #314 - fix crashes happening when Guard::RSpec crashes internally
  • #320 - prevent formatter from crashing silently (makes debugging frustrating)
  • #320 - respond to changes in Rails layouts to run related features files

Maintenance

  • #317 - fix deprecation warning
  • #320 - fix RuboCop offense

v4.5.0

13 Dec 00:35
@e2 e2
Compare
Choose a tag to compare

Improvements

  • hopefully a more readable and easier to customize template
  • different Rails view file types are easier to add

Development

  • use Guard::Compat::UI to completely avoid dependency on Guard
  • specs for template, so it can be improved with less risk of breaking something

v4.4.2

06 Dec 14:08
@e2 e2
Compare
Choose a tag to compare

Improvement

  • allow guard-rspec to be required in the Gemfile without causing problems

v4.4.1

05 Dec 21:50
@e2 e2
Compare
Choose a tag to compare

Improvements:

  • #287 - implement chdir option (to run tests in isolated in submodules)
  • #282 - customizable title
  • customizable title in notifications
  • #279 - allow additional rspec :cmd arguments before spec files

Development:

  • #295 - reenable accidentally skipped tests (local)
  • use guard-compat to avoid depending on Guard internals
  • rework how files require each other
  • stub Dir[] to make usage in specs explicit
  • update dev tools, upgrade to RSpec 3.1
  • add Rake task 'test:all_versions'
  • fix superclass mismatch

v4.3.0

23 Jul 15:00
Compare
Choose a tag to compare
  • Use :none failed mode by default
  • Made :cmd option required

v4.2.10

09 Jun 18:37
Compare
Choose a tag to compare

Fix RSpec 3.0.0 compatibility

v4.2.9

09 May 20:23
Compare
Choose a tag to compare

Fix

  • Get rid of warning "Already initialized constant TEMPORARY_FILE_PATH"

v4.2.8

05 Mar 04:15
Compare
Choose a tag to compare

Fix

  • Registers the formatter properly on RSpec 3 (#253)
  • Changes Guard::RSpec::Formatter#dump_summary to accept multiple signatures, and processes them correctly by RSpec version

v4.2.7

22 Feb 13:47
Compare
Choose a tag to compare

Fix

  • RSpec::Core::ConfigurationOptions#options support for rspec-core 3.0.0.beta2 (#249)