Skip to content

Commit fe42d6b

Browse files
klyonradpirj
authored andcommitted
Add integration generator deprecation to changelog
1 parent 2860572 commit fe42d6b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1117
Enhancements:

example_app_generator/generate_stuff.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def using_source_path(path)
8989
# request specs are now the default
9090
generate('rspec:controller wombats --no-request-specs --controller-specs --no-view-specs')
9191

92-
generate('integration_test widgets')
92+
generate('integration_test widgets') # deprecated
9393
generate('mailer Notifications signup')
9494

9595
generate('model thing name:string')

0 commit comments

Comments
 (0)