features/locale.feature in pah-0.0.15 vs features/locale.feature in pah-0.0.16
- old
+ new
@@ -6,10 +6,10 @@
Scenario: Have correct files
Then I have a config/locales/pt-BR.yml
Then I have a config/locales/app.pt-BR.yml
Then I have the file config/application.rb and contents of this file should include:
"""
- config.time_zone = 'Brasilia'
+ config.time_zone = ENV.fetch('TZ', 'Brasilia')
"""
Then I have the file config/application.rb and contents of this file should include:
"""
config.i18n.enforce_available_locales = true
"""