mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #25567 from y-yagi/update_description_of_test_order
update description of `test_order` [ci skip]
This commit is contained in:
commit
10539ad7a9
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ There are a few configuration options available in Active Support:
|
|||
|
||||
* `config.active_support.bare` enables or disables the loading of `active_support/all` when booting Rails. Defaults to `nil`, which means `active_support/all` is loaded.
|
||||
|
||||
* `config.active_support.test_order` sets the order that test cases are executed. Possible values are `:random` and `:sorted`. This option is set to `:random` in `config/environments/test.rb` in newly-generated applications. If you have an application that does not specify a `test_order`, it will default to `:sorted`, *until* Rails 5.0, when the default will become `:random`.
|
||||
* `config.active_support.test_order` sets the order in which the test cases are executed. Possible values are `:random` and `:sorted`. Defaults to `:random`.
|
||||
|
||||
* `config.active_support.escape_html_entities_in_json` enables or disables the escaping of HTML entities in JSON serialization. Defaults to `true`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue