Tests are random by default so we don't need to say it

This commit is contained in:
Eric Schultz 2019-02-01 13:45:36 -06:00 committed by Luis Castro
parent a12e4099ad
commit a7e5baae2c
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

View file

@ -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