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.1.0 features/chained_templates.feature
middleman-core-3.1.0.rc.4 features/chained_templates.feature
middleman-core-3.1.0.rc.3 features/chained_templates.feature
middleman-core-3.1.0.rc.2 features/chained_templates.feature
middleman-core-3.1.0.rc.1 features/chained_templates.feature
middleman-core-x86-mingw32-3.0.14 features/chained_templates.feature
middleman-core-3.0.14 features/chained_templates.feature
middleman-core-3.1.0.beta.3 features/chained_templates.feature
middleman-core-3.1.0.beta.2 features/chained_templates.feature
middleman-core-3.1.0.beta.1 features/chained_templates.feature
middleman-core-x86-mingw32-3.0.13 features/chained_templates.feature
middleman-core-3.0.13 features/chained_templates.feature
middleman-core-x86-mingw32-3.0.12 features/chained_templates.feature
middleman-core-3.0.12 features/chained_templates.feature
middleman-core-x86-mingw32-3.0.12.pre.1 features/chained_templates.feature
middleman-core-3.0.12.pre.1 features/chained_templates.feature
middleman-core-x86-mingw32-3.0.11 features/chained_templates.feature
middleman-core-3.0.11 features/chained_templates.feature
middleman-core-x86-mingw32-3.0.10 features/chained_templates.feature
middleman-core-x86-mingw32-3.0.10.pre.1 features/chained_templates.feature