mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #20254 from eliotsykes/link-relatively-to-configuring-guide
Make link to configuring guide relative [ci skip]
This commit is contained in:
commit
1214f0b74f
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ Notice the 'E' in the output. It denotes a test with error.
|
|||
NOTE: The execution of each test method stops as soon as any error or an
|
||||
assertion failure is encountered, and the test suite continues with the next
|
||||
method. All test methods are executed in random order. The
|
||||
[`config.active_support.test_order` option](http://edgeguides.rubyonrails.org/configuring.html#configuring-active-support)
|
||||
[`config.active_support.test_order` option](configuring.html#configuring-active-support)
|
||||
can be used to configure test order.
|
||||
|
||||
When a test fails you are presented with the corresponding backtrace. By default
|
||||
|
|
Loading…
Reference in a new issue