diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index bb89065..08fcefa 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb | |||
| @@ -42,6 +42,8 @@ Rails.application.configure do | |||
| 42 | # Print deprecation notices to the stderr. | 42 | # Print deprecation notices to the stderr. |
| 43 | config.active_support.deprecation = :stderr | 43 | config.active_support.deprecation = :stderr |
| 44 | 44 | ||
| 45 | config.active_record.verify_foreign_keys_for_fixtures = false | ||
| 46 | |||
| 45 | # Raises error for missing translations. | 47 | # Raises error for missing translations. |
| 46 | # config.i18n.raise_on_missing_translations = true | 48 | # config.i18n.raise_on_missing_translations = true |
| 47 | 49 | ||
