File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
Bug Fixes:
5
5
6
6
* Make the ` ActiveJob ` matchers fail when multiple jobs are queued for negated
7
- matches. e.g. `expect { job; job; }.to_not have_enqueued_job
7
+ matches. e.g. `expect { job; job; }.to_not have_enqueued_job.
8
8
(Emric Istanful, #2069 )
9
9
10
10
Enhancements
11
11
12
12
* Use ` __dir__ ` instead of ` __FILE__ ` in generated ` rails_helper.rb ` where
13
13
supported. (OKURA Masafumi, #2048 )
14
14
* Add ` have_enqueued ` matcher as a "super" matcher to the ` ActiveJob ` matchers
15
- making it easier to match on ` ActiveJob ` delivered emails (Joel Lubrano, #2047 )
16
- * Add generator for system specs on Rails upper or equal to 5.1 (Andrzej Sliwa,
17
- #1933 )
15
+ making it easier to match on ` ActiveJob ` delivered emails. (Joel Lubrano, #2047 )
16
+ * Add generator for system specs on Rails 5.1 and above. (Andrzej Sliwa, #1933 )
18
17
19
18
### 3.8.2 / 2019-01-13
20
19
[ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.8.1...v3.8.2 )
You can’t perform that action at this time.
0 commit comments