Sha256: 1462e3fdebc14ec2cafc232b71ee0a8c153c40df26b6cc9afb0d1af24fe03dd8

Contents?: true

Size: 801 Bytes

Versions: 1

Compression:

Stored size: 801 Bytes

Contents

Feature: Locale
  Background:
    Given I have created a app 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 = '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

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/locale.feature