Sha256: af05497664864a6b06cc8137e3e568e6fa650cb6c8fdbd6fceb3f7d7fdc1e78b

Contents?: true

Size: 823 Bytes

Versions: 66

Compression:

Stored size: 823 Bytes

Contents

Feature: i18n Partials

  Scenario: Running localize with the default config
    Given a fixture app "i18n-test-app"
    And a file named "config.rb" with:
      """
      activate :i18n
      """
    Given the Server is running at "i18n-test-app"
    When I go to "/partials/index.html"
    Then I should see "Country: USA"
    Then I should see "State: District of Columbia"
    Then I should see "Greeting: Hello"
    Then I should see "Site: Locale Site"
    Then I should see "Flag: stars"
    Then I should see "President: obama"
    When I go to "/es/partials/index.html"
    Then I should see "Country: Mexico"
    Then I should see "State: Distrito Federal"
    Then I should see "Greeting: Hola"
    Then I should see "Site: Locale Site"
    Then I should see "Flag: bars"
    Then I should see "President: nieto"

Version data entries

66 entries across 66 versions & 4 rubygems

Version Path
middleman-core-4.1.0.rc.1 features/i18n_partials.feature
middleman-core-4.0.0 features/i18n_partials.feature
middleman-core-4.0.0.rc.3 features/i18n_partials.feature
middleman-core-3.4.1 features/i18n_partials.feature
middleman-core-4.0.0.rc.2 features/i18n_partials.feature
middleman-core-4.0.0.rc.1 features/i18n_partials.feature
middleman-core-3.4.0 features/i18n_partials.feature
middleman-core-4.0.0.beta.2 features/i18n_partials.feature
middleman-core-3.3.12 features/i18n_partials.feature
middleman-core-4.0.0.beta.1 features/i18n_partials.feature
middleman-core-3.3.11 features/i18n_partials.feature
middleman-core-3.3.10 features/i18n_partials.feature
middleman-core-3.3.9 features/i18n_partials.feature
middleman-core-3.3.8 features/i18n_partials.feature
middleman-core-4.0.0.alpha.6 features/i18n_partials.feature
middleman-core-4.0.0.alpha.5 features/i18n_partials.feature
middleman-core-4.0.0.alpha.4 features/i18n_partials.feature
middleman-core-4.0.0.alpha.3 features/i18n_partials.feature
middleman-core-3.3.7 features/i18n_partials.feature
middleman-core-3.3.6 features/i18n_partials.feature