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.5.1 features/i18n_partials.feature
middleman-core-4.5.0 features/i18n_partials.feature
middleman-core-4.4.3 features/i18n_partials.feature
middleman-core-4.4.2 features/i18n_partials.feature
middleman-core-4.4.0 features/i18n_partials.feature
middleman-core-4.3.11 features/i18n_partials.feature
middleman-core-4.3.10 features/i18n_partials.feature
middleman-core-4.3.8 features/i18n_partials.feature
middleman-core-4.3.7 features/i18n_partials.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/i18n_partials.feature
middleman-core-4.3.6 features/i18n_partials.feature
middleman-core-4.3.5 features/i18n_partials.feature
middleman-core-4.3.4 features/i18n_partials.feature
middleman-core-4.3.3 features/i18n_partials.feature
middleman-core-4.3.2 features/i18n_partials.feature
middleman-core-4.3.1 features/i18n_partials.feature
middleman-core-4.3.0 features/i18n_partials.feature
middleman-core-4.3.0.rc.4 features/i18n_partials.feature
middleman-core-4.3.0.rc.3 features/i18n_partials.feature
middleman-core-4.3.0.rc.2 features/i18n_partials.feature