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:
1919* Remove old #fixture_path feature detection code which broke under newer Rails.
2020 (Koen Punt, Jon Rowe, #2370 )
2121
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+
2228### 4.0.1 / 2020-05-16
2329[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v4.0.0...v4.0.1 )
2430
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def using_source_path(path)
8989# request specs are now the default
9090generate ( 'rspec:controller wombats --no-request-specs --controller-specs --no-view-specs' )
9191
92- generate ( 'integration_test widgets' )
92+ generate ( 'integration_test widgets' ) # deprecated
9393generate ( 'mailer Notifications signup' )
9494
9595generate ( 'model thing name:string' )
You can’t perform that action at this time.
0 commit comments