Skip to content

Commit 69426ef

Browse files
committed
Merge pull request #2544 from muryoimpl/fix-broken-table-in-yard-doc
Fix broken table in YARD doc
1 parent fc038c7 commit 69426ef

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,18 @@ Each one inherits from one of Rails’ built-in `TestCase` classes,
229229
meaning the helper methods provided by default in Rails tests
230230
are available in RSpec, as well.
231231

232-
| Spec type | Corresponding Rails test class |
233-
| -------------- | -------------------------------- |
234-
| [model][] | |
235-
| [controller][] | [`ActionController::TestCase`][] |
236-
| [mailer][] | `ActionMailer::TestCase` |
237-
| [job][] | |
238-
| [view][] | `ActionView::TestCase` |
239-
| [routing][] | |
240-
| [helper][] | `ActionView::TestCase` |
241-
| [request][] | [`ActionDispatch::IntegrationTest`][] |
242-
| [feature][] | |
243-
| [system][] | [`ActionDispatch::SystemTestCase`][] |
232+
| Spec type | Corresponding Rails test class |
233+
| -------------- | -------------------------------- |
234+
| [model][] | |
235+
| [controller][] | [`ActionController::TestCase`][] |
236+
| [mailer][] | `ActionMailer::TestCase` |
237+
| [job][] | |
238+
| [view][] | `ActionView::TestCase` |
239+
| [routing][] | |
240+
| [helper][] | `ActionView::TestCase` |
241+
| [request][] | [`ActionDispatch::IntegrationTest`][] |
242+
| [feature][] | |
243+
| [system][] | [`ActionDispatch::SystemTestCase`][] |
244244

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

0 commit comments

Comments
 (0)