Sha256: d83bb29159c022e2f131a927ea9bcd45db37bec30f09a3c886df7f5a4a209dbf

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 Bytes

Contents

Feature: Support content_for and yield_content helpers

  Scenario: content_for works as expected in erb
    Given the Server is running at "content-for-app"
    When I go to "/content_for_erb.html"
    Then I should see "In Layout: I am the yielded content erb"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
middleman-core-3.0.0.beta.3 features/content_for.feature
middleman-core-3.0.0.beta.2 features/content_for.feature
middleman-core-3.0.0.beta.1 features/content_for.feature
middleman-core-3.0.0.alpha.9 features/content_for.feature
middleman-core-3.0.0.alpha.8 features/content_for.feature
middleman-core-3.0.0.alpha.7 features/content_for.feature