Tests are random by default so we don't need to say it
This commit is contained in:
parent
a12e4099ad
commit
a7e5baae2c
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ Commitchange::Application.configure do
|
|||
# Print deprecation notices to the stderr.
|
||||
config.active_support.deprecation = :stderr
|
||||
|
||||
# Randomize the order test cases are executed.
|
||||
config.active_support.test_order = :random
|
||||
|
||||
config.action_mailer.default_url_options = {host: 'houdiniproject.test'}
|
||||
|
||||
# Raises error for missing translations
|
||||
|
|
Loading…
Reference in a new issue