File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ Bug Fixes:
19
19
* Remove old #fixture_path feature detection code which broke under newer Rails.
20
20
(Koen Punt, Jon Rowe, #2370 )
21
21
22
+ Deprecations:
23
+
24
+ * Deprecates integration spec generator (` rspec:integration ` )
25
+ which was an alias of request spec generator (` rspec:request ` )
26
+ (Luka Lüdicke, #2374 )
27
+
22
28
### 4.0.1 / 2020-05-16
23
29
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v4.0.0...v4.0.1 )
24
30
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def using_source_path(path)
89
89
# request specs are now the default
90
90
generate ( 'rspec:controller wombats --no-request-specs --controller-specs --no-view-specs' )
91
91
92
- generate ( 'integration_test widgets' )
92
+ generate ( 'integration_test widgets' ) # deprecated
93
93
generate ( 'mailer Notifications signup' )
94
94
95
95
generate ( 'model thing name:string' )
You can’t perform that action at this time.
0 commit comments