File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -229,18 +229,18 @@ Each one inherits from one of Rails’ built-in `TestCase` classes,
229
229
meaning the helper methods provided by default in Rails tests
230
230
are available in RSpec, as well.
231
231
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 ` ] [ ] |
244
244
245
245
Follow the links above to see examples of each spec type,
246
246
or for official Rails API documentation on the given ` TestCase ` class.
You can’t perform that action at this time.
0 commit comments