Skip to content

Commit ef84e8a

Browse files
Removed references to separate test case templates due to the fact, that these templates were merged.
1 parent 0c9d50b commit ef84e8a

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)