1
- ### 4.0 Development
2
- [ Full Changelog] ( http ://github.com/rspec/rspec-rails/compare/master...4-0-dev )
1
+ ### Development
2
+ [ Full Changelog] ( https ://github.com/rspec/rspec-rails/compare/v3.9.0...master )
3
3
4
4
Enhancements:
5
5
6
+ * Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071 )
6
7
* Adds support for JRuby on Rails 5.2 and 6
7
8
* Add support for parameterised mailers (Ignatius Reza, #2125 )
8
9
* Add ActionMailbox spec helpers and test type (James Dabbs, #2119 )
9
10
* Add ActionCable spec helpers and test type (Vladimir Dementyev, #2113 )
10
11
* Add support for partial args when using ` have_enqueued_mail `
11
- (Ignatius Reza, #2125 )
12
+ (Ignatius Reza, #2118 , # 2125 )
12
13
* Add support for time arguments for ` have_enqueued_job ` (@alpaca-tc , #2157 )
14
+ * Improve path parsing in view specs render options. (John Hawthorn, #2115 )
15
+ * Add routing spec template as an option for generating controller specs.
16
+ (David Revelo, #2134 )
13
17
14
18
Bug Fixes:
15
19
@@ -21,15 +25,15 @@ Bug Fixes:
21
25
` ActionView::Template#format ` (Seb Jacobs, #2100 )
22
26
* Replace ` before_teardown ` as well as ` after_teardown ` to ensure screenshots
23
27
are generated correctly. (Jon Rowe, #2164 )
28
+ * ` ActionView::FixtureResolver#hash ` has been renamed to ` ActionView::FixtureResolver#data ` .
29
+ (Penelope Phippen, #2076 )
30
+ * Add missing require for ` have_enqueued_mail ` matcher. (Ignatius Reza, #2117 )
24
31
25
32
Breaking Changes:
26
33
27
34
* Drops support for Rails below 5.0
28
35
* Drops support for Ruby below 2.3
29
36
30
- ### Development
31
- [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v3.9.0...master )
32
-
33
37
### 3.9.0 / 2019-10-08
34
38
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v3.8.3...v3.9.0 )
35
39
0 commit comments