Skip to content

Commit 24631bf

Browse files
authored
Merge pull request #2544 from muryoimpl/fix-broken-table-in-yard-doc
Fix broken table in YARD doc
2 parents 84978e1 + 9250899 commit 24631bf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -233,18 +233,18 @@ Each one inherits from one of Rails’ built-in `TestCase` classes,
233233
meaning the helper methods provided by default in Rails tests
234234
are available in RSpec, as well.
235235

236-
| Spec type | Corresponding Rails test class |
237-
| -------------- | -------------------------------- |
238-
| [model][] | |
239-
| [controller][] | [`ActionController::TestCase`][] |
240-
| [mailer][] | `ActionMailer::TestCase` |
241-
| [job][] | |
242-
| [view][] | `ActionView::TestCase` |
243-
| [routing][] | |
244-
| [helper][] | `ActionView::TestCase` |
245-
| [request][] | [`ActionDispatch::IntegrationTest`][] |
246-
| [feature][] | |
247-
| [system][] | [`ActionDispatch::SystemTestCase`][] |
236+
| Spec type | Corresponding Rails test class |
237+
| -------------- | -------------------------------- |
238+
| [model][] | |
239+
| [controller][] | [`ActionController::TestCase`][] |
240+
| [mailer][] | `ActionMailer::TestCase` |
241+
| [job][] | |
242+
| [view][] | `ActionView::TestCase` |
243+
| [routing][] | |
244+
| [helper][] | `ActionView::TestCase` |
245+
| [request][] | [`ActionDispatch::IntegrationTest`][] |
246+
| [feature][] | |
247+
| [system][] | [`ActionDispatch::SystemTestCase`][] |
248248

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

0 commit comments

Comments
 (0)