Skip to content

Fix broken table in YARD doc #2544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,18 +233,18 @@ Each one inherits from one of Rails’ built-in `TestCase` classes,
meaning the helper methods provided by default in Rails tests
are available in RSpec, as well.

| Spec type | Corresponding Rails test class |
| -------------- | -------------------------------- |
| [model][] | |
| [controller][] | [`ActionController::TestCase`][] |
| [mailer][] | `ActionMailer::TestCase` |
| [job][] | |
| [view][] | `ActionView::TestCase` |
| [routing][] | |
| [helper][] | `ActionView::TestCase` |
| [request][] | [`ActionDispatch::IntegrationTest`][] |
| [feature][] | |
| [system][] | [`ActionDispatch::SystemTestCase`][] |
| Spec type | Corresponding Rails test class |
| -------------- | -------------------------------- |
| [model][] | |
| [controller][] | [`ActionController::TestCase`][] |
| [mailer][] | `ActionMailer::TestCase` |
| [job][] | |
| [view][] | `ActionView::TestCase` |
| [routing][] | |
| [helper][] | `ActionView::TestCase` |
| [request][] | [`ActionDispatch::IntegrationTest`][] |
| [feature][] | |
| [system][] | [`ActionDispatch::SystemTestCase`][] |

Follow the links above to see examples of each spec type,
or for official Rails API documentation on the given `TestCase` class.
Expand Down