mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 03:32:17 +08:00
DEV: Catch missing translations during test runs (#26258)
This configuration makes it so that a missing translation will raise an error during test execution. Better discover there than after deploy.
This commit is contained in:
@ -204,6 +204,7 @@ RSpec.configure do |config|
|
||||
config.include FastImageHelpers
|
||||
config.include WithServiceHelper
|
||||
config.include ServiceMatchers
|
||||
config.include I18nHelpers
|
||||
|
||||
config.mock_framework = :mocha
|
||||
config.order = "random"
|
||||
|
Reference in New Issue
Block a user