We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41bba4 commit 6779e0fCopy full SHA for 6779e0f
Changelog.md
@@ -9,6 +9,13 @@ Bug Fixes:
9
* Further truncate system test filenames to handle cases when extra words are
10
prepended. (Takumi Kaji, #2058)
11
12
+Enhancements
13
+
14
+* Use `__dir__` instead of `__FILE__` in generated `rails_helper.rb` where
15
+ supported. (OKURA Masafumi, #2048)
16
+* Add `have_enqueued` matcher as a "super" matcher to the `ActiveJob` matchers
17
+ making it easier to match on `ActiveJob` delivered emails (Joel Lubrano, #2047)
18
19
### 3.8.1 / 2018-10-23
20
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)
21
0 commit comments