Sha256: 096d0ca5c8d45ce0050ee3a5cf0c891595ecdc1f5d2504b83430d7b1bfe1b637

Contents?: true

Size: 840 Bytes

Versions: 10

Compression:

Stored size: 840 Bytes

Contents

@no-clobber
Feature: Locale
  Background:
    Given I have created the app "myapp" with pah

  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 = 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
      """
    Then I have the file config/application.rb and contents of this file should include:
      """
      config.i18n.default_locale = :'pt-BR'
      """
    Then I have the file config/application.rb and contents of this file should include:
      """
      config.i18n.locale = :'pt-BR'
      """






Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pah-0.0.26 features/locale.feature
pah-0.0.25 features/locale.feature
pah-0.0.24 features/locale.feature
pah-0.0.23 features/locale.feature
pah-0.0.22 features/locale.feature
pah-0.0.21 features/locale.feature
pah-0.0.20 features/locale.feature
pah-0.0.19 features/locale.feature
pah-0.0.17 features/locale.feature
pah-0.0.16 features/locale.feature