Releases: guard/guard-rspec
Releases · guard/guard-rspec
v4.5.2
03 Jun 20:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Improvement
allow guard-rspec to be required in the Gemfile without causing problems
v4.4.1
05 Dec 21:50
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Use :none failed mode by default
Made :cmd option required
v4.2.10
09 Jun 18:37
Compare
Sorry, something went wrong.
No results found
Fix RSpec 3.0.0 compatibility
v4.2.9
09 May 20:23
Compare
Sorry, something went wrong.
No results found
Fix
Get rid of warning "Already initialized constant TEMPORARY_FILE_PATH"
v4.2.8
05 Mar 04:15
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix
RSpec::Core::ConfigurationOptions#options support for rspec-core 3.0.0.beta2 (#249 )