Skip to content

Commit 6d75158

Browse files
committed
Add integration generator deprecation to changelog
1 parent 2cf2f8e commit 6d75158

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
@@ -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

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)