Skip to content

Commit ee169e3

Browse files
authored
Merge pull request rails#50643 from igor-alexandrov/remove_references_to_separate_test_case_templates
Removed references to separate test case templates [ci skip]
2 parents 0c9d50b + ef84e8a commit ee169e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guides/source/contributing_to_ruby_on_rails.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ Having a way to reproduce your issue will help people confirm, investigate, and
4949
* Template for Action Mailbox issues: [link](https://github.com/rails/rails/blob/main/guides/bug_report_templates/action_mailbox.rb)
5050
* Generic template for other issues: [link](https://github.com/rails/rails/blob/main/guides/bug_report_templates/generic.rb)
5151

52-
These templates include the boilerplate code to set up a test case against either a released version of Rails (`*_gem.rb`) or edge Rails (`*_main.rb`).
53-
54-
Copy the content of the appropriate template into a `.rb` file and make the necessary changes to demonstrate the issue. You can execute it by running `ruby the_file.rb` in your terminal. If all goes well, you should see your test case failing.
52+
These templates include the boilerplate code to set up a test case. Copy the content of the appropriate template into a `.rb` file and make the necessary changes to demonstrate the issue. You can execute it by running `ruby the_file.rb` in your terminal. If all goes well, you should see your test case failing.
5553

5654
You can then share your executable test case as a [gist](https://gist.github.com) or paste the content into the issue description.
5755

0 commit comments

Comments
 (0)