Mercurial > rsstweet
comparison config/environments/test.rb @ 35:6267a4188c05
Welcome to rails 4.2.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 11 Dec 2014 15:38:23 +0900 |
parents | 157f7fd136fc |
children | 3f419d621b06 |
comparison
equal
deleted
inserted
replaced
34:e679ce4f73dd | 35:6267a4188c05 |
---|---|
34 # Print deprecation notices to the stderr. | 34 # Print deprecation notices to the stderr. |
35 config.active_support.deprecation = :stderr | 35 config.active_support.deprecation = :stderr |
36 | 36 |
37 # Raises error for missing translations | 37 # Raises error for missing translations |
38 # config.action_view.raise_on_missing_translations = true | 38 # config.action_view.raise_on_missing_translations = true |
39 | |
40 config.active_support.test_order = :random | |
39 end | 41 end |