Sha256: 160b149a27776f479524808c71779ac15ee67efe048eda772c75e34d1bf42c9d

Contents?: true

Size: 847 Bytes

Versions: 10

Compression:

Stored size: 847 Bytes

Contents

Feature: Page IDs

  Scenario: link_to works with blocks (erb)
    Given the Server is running at "page-id-app"
    When I go to "/index.html"
    Then I should see "I am: index.html"
    And I should see "URL1: /fm.html"
    And I should see "URL2: /2.html"
    And I should see 'URL3: <a href="/3.html">Hi</a>'
    And I should see 'URL4: <a href="/overwrites/from-default.html">Sym</a>'

    When I go to "/fm.html"
    Then I should see "I am: frontmatter"

    When I go to "/1.html"
    Then I should see "I am: page1"
    When I go to "/2.html"
    Then I should see "I am: page2"
    When I go to "/3.html"
    Then I should see "I am: page3"

    When I go to "/overwrites/from-default.html"
    Then I should see "I am: something-else"

    When I go to "/overwrites/from-frontmatter.html"
    Then I should see "I am: from_frontmatter"

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
middleman-core-with-external-sources-watch-fix-4.1.10 features/page-id.feature
middleman-core-4.1.11 features/page-id.feature
middleman-core-4.1.10 features/page-id.feature
middleman-core-4.1.9 features/page-id.feature
middleman-core-4.1.8 features/page-id.feature
middleman-core-4.1.7 features/page-id.feature
middleman-core-4.1.6 features/page-id.feature
middleman-core-4.1.5 features/page-id.feature
middleman-core-4.1.3 features/page-id.feature
middleman-core-4.1.2 features/page-id.feature