Skip to content

Commit 96a9570

Browse files
Update links in Generator Guides
Link to `Rails::Generators::Testing::Behavior` instead of `Rails::Generators::Testing::Behaviour` in an effort to ensure the Edge Guides link to the correct API documentation.
1 parent 1edf65d commit 96a9570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/generators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,6 @@ In addition to those, Rails also provides additional assertions via
559559
[`rails_command`]: https://api.rubyonrails.org/classes/Rails/Generators/Actions.html#method-i-rails_command
560560
[`rake`]: https://api.rubyonrails.org/classes/Rails/Generators/Actions.html#method-i-rake
561561
[`route`]: https://api.rubyonrails.org/classes/Rails/Generators/Actions.html#method-i-route
562-
[`Rails::Generators::Testing::Behaviour`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing.html
563-
[`run_generator`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Behaviour.html#method-i-run_generator
562+
[`Rails::Generators::Testing::Behaviour`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Behavior.html
563+
[`run_generator`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Behavior.html#method-i-run_generator
564564
[`Rails::Generators::Testing::Assertions`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Assertions.html

0 commit comments

Comments
 (0)