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 @@ -6,6 +6,12 @@ Breaking Changes:
66* Change the order of ` after_teardown ` from ` after ` to ` around ` in system
77 specs to improve compatibility with extensions and Capybara. (Tim Diggins, #2596 )
88
9+ Deprecations:
10+
11+ * Deprecates integration spec generator (` rspec:integration ` )
12+ which was an alias of request spec generator (` rspec:request ` )
13+ (Luka Lüdicke, #2374 )
14+
915### 6.0.0.rc1
1016
1117Enhancements:
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