diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-13 23:33:11 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-13 23:33:11 +0200 |
| commit | 8eab68f2c5a3c126e2fec2ecdfa7ace87ce0937b (patch) | |
| tree | f446ebc26a7707c7b64a937aa51a155df146c80a /config/environments | |
| parent | 42714c697273a7117c6b355fab26c8c35e336ad1 (diff) | |
| parent | cdf5d9941ca866d437612d2f863eac6eb0b3db12 (diff) | |
Merge branch 'erdgeist-revive-events'
Diffstat (limited to 'config/environments')
| -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 | ||
