Skip to content

Commit

Permalink
Add integration generator deprecation to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klyonrad authored and JonRowe committed Oct 10, 2022
1 parent f604d5f commit 49f7dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Breaking Changes:
* Change the order of `after_teardown` from `after` to `around` in system
specs to improve compatibility with extensions and Capybara. (Tim Diggins, #2596)

Deprecations:

* Deprecates integration spec generator (`rspec:integration`)
which was an alias of request spec generator (`rspec:request`)
(Luka Lüdicke, #2374)

### 6.0.0.rc1

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion example_app_generator/generate_stuff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def using_source_path(path)
# request specs are now the default
generate('rspec:controller wombats --no-request-specs --controller-specs --no-view-specs')

generate('integration_test widgets')
generate('integration_test widgets') # deprecated
generate('mailer Notifications signup')

generate('model thing name:string')
Expand Down

0 comments on commit 49f7dd5

Please sign in to comment.