1
- ### Development
2
- [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v3.9.0...master )
1
+ ### 4.0.0.beta4
2
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v4.0.0.beta3...v4.0.0.beta4 )
3
+
4
+ Enhancements:
5
+
6
+ * Add argument matcher support to ` have_enqueued_* ` matchers. (Phil Pirozhkov, #2206 )
7
+ * Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224 )
8
+ * Add ` have_been_performed ` /` have_performed_job ` /` perform_job ` ActiveJob
9
+ matchers (Isaac Seymour, #1785 )
10
+ * Default to generating request specs rather than controller specs when
11
+ generating a controller (Luka Lüdicke, #2222 )
12
+
13
+ Bug Fixes:
14
+
15
+ * Prevent ` driven_by(:selenium) ` being called due to hook precedence.
16
+ (Takumi Shotoku, #2188 )
17
+ * Prevent a ` WrongScopeError ` being thrown during loading fixtures on Rails
18
+ 6.1 development version. (Edouard Chin, #2215 )
19
+ * Fix Mocha mocking support with ` should ` . (Phil Pirozhkov, #2256 )
20
+
21
+ ### 4.0.0.beta3
22
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v4.0.0.beta2...v4.0.0.beta3 )
3
23
4
24
Enhancements:
5
25
6
- * Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071 )
7
26
* Adds support for JRuby on Rails 5.2 and 6
8
27
* Add support for parameterised mailers (Ignatius Reza, #2125 )
9
28
* Add ActionMailbox spec helpers and test type (James Dabbs, #2119 )
@@ -14,12 +33,28 @@ Enhancements:
14
33
* Improve path parsing in view specs render options. (John Hawthorn, #2115 )
15
34
* Add routing spec template as an option for generating controller specs.
16
35
(David Revelo, #2134 )
17
- * Add argument matcher support to ` have_enqueued_* ` matchers. (Phil Pirozhkov, #2206 )
18
- * Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224 )
19
- * Add ` have_been_performed ` /` have_performed_job ` /` perform_job ` ActiveJob
20
- matchers (Isaac Seymour, #1785 )
21
- * Default to generating request specs rather than controller specs when
22
- generating a controller (Luka Lüdicke, #2222 )
36
+
37
+ Bug Fixes:
38
+
39
+ * Replace ` before_teardown ` as well as ` after_teardown ` to ensure screenshots
40
+ are generated correctly. (Jon Rowe, #2164 )
41
+ * ` ActionView::FixtureResolver#hash ` has been renamed to ` ActionView::FixtureResolver#data ` .
42
+ (Penelope Phippen, #2076 )
43
+ * Add missing require for ` have_enqueued_mail ` matcher. (Ignatius Reza, #2117 )
44
+
45
+ ### 4.0.0.beta2
46
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v4.0.0.beta1...v4.0.0.beta2 )
47
+
48
+ Bug Fixes:
49
+
50
+ * Fix version dependencies in gemspec.
51
+
52
+ ### 4.0.0.beta1
53
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v3.9.0...v4.0.0.beta1 )
54
+
55
+ Enhancements:
56
+
57
+ * Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071 )
23
58
24
59
Bug Fixes:
25
60
@@ -29,16 +64,6 @@ Bug Fixes:
29
64
deprecated. (Pavel Rosický, #2092 )
30
65
* ` ActionView::Template#formats ` has been deprecated and replaced by
31
66
` ActionView::Template#format ` (Seb Jacobs, #2100 )
32
- * Replace ` before_teardown ` as well as ` after_teardown ` to ensure screenshots
33
- are generated correctly. (Jon Rowe, #2164 )
34
- * ` ActionView::FixtureResolver#hash ` has been renamed to ` ActionView::FixtureResolver#data ` .
35
- (Penelope Phippen, #2076 )
36
- * Add missing require for ` have_enqueued_mail ` matcher. (Ignatius Reza, #2117 )
37
- * Prevent ` driven_by(:selenium) ` being called due to hook precedence.
38
- (Takumi Shotoku, #2188 )
39
- * Prevent a ` WrongScopeError ` being thrown during loading fixtures on Rails
40
- 6.1 development version. (Edouard Chin, #2215 )
41
- * Fix Mocha mocking support with ` should ` . (Phil Pirozhkov, #2256 )
42
67
43
68
Breaking Changes:
44
69
0 commit comments