Sha256: 94dcaeb6e706971ed1108aa9c2fefd81ea0652c00c8dd88655987f3a7dbf01d6

Contents?: true

Size: 711 Bytes

Versions: 76

Compression:

Stored size: 711 Bytes

Contents

Feature: Templates should be chainable
  In order to insert variables and data in "static" engines

  Scenario: Data in Erb in Markdown
    Given the Server is running at "chained-app"
    When I go to "/index.html"
    Then I should see "Title</h1>"
    And I should see "Subtitle</h2>"
    And I should see "Sup</h3>"
    
  Scenario: Build chained template
    Given a successfully built app at "chained-app"
    When I cd to "build"
    Then the following files should exist:
      | index.html                                    |

    And the file "index.html" should contain "Title</h1>"
    And the file "index.html" should contain "Subtitle</h2>"
    And the file "index.html" should contain "Sup</h3>"

Version data entries

76 entries across 76 versions & 4 rubygems

Version Path
middleman-core-3.3.6 features/chained_templates.feature
middleman-core-4.0.0.alpha.2 features/chained_templates.feature
middleman-core-3.3.5 features/chained_templates.feature
middleman-core-cj-3.3.6 features/chained_templates.feature
middleman-core-cj-3.3.5 features/chained_templates.feature
middleman-core-cj-3.3.4 features/chained_templates.feature
middleman-core-3.3.4 features/chained_templates.feature
middleman-core-3.3.3 features/chained_templates.feature
middleman-core-3.3.2 features/chained_templates.feature
middleman-core-3.3.1 features/chained_templates.feature
middleman-core-3.3.0 features/chained_templates.feature
middleman-core-3.2.2 features/chained_templates.feature
middleman-core-3.2.1 features/chained_templates.feature
middleman-core-3.2.0 features/chained_templates.feature
middleman-core-3.1.6 features/chained_templates.feature
middleman-core-3.1.5 features/chained_templates.feature
middleman-core-3.1.4 features/chained_templates.feature
middleman-core-3.1.3 features/chained_templates.feature
middleman-core-3.1.2 features/chained_templates.feature
middleman-core-3.1.1 features/chained_templates.feature