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:
6
6
* Change the order of ` after_teardown ` from ` after ` to ` around ` in system
7
7
specs to improve compatibility with extensions and Capybara. (Tim Diggins, #2596 )
8
8
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
+
9
15
### 6.0.0.rc1
10
16
11
17
Enhancements:
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 #' )
94
94
95
95
generate ( 'model thing name:string' )
You can’t perform that action at this time.
0 commit comments