Sha256: 2d79591ef04b38e0d080d42cd4872b8ff03bf57f15043c97fa78935172eb1b65

Contents?: true

Size: 692 Bytes

Versions: 26

Compression:

Stored size: 692 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"
    
  Scenario: content_for works as expected in haml
    Given the Server is running at "content-for-app"
    When I go to "/content_for_haml.html"
    Then I should see "In Layout: I am the yielded content haml"
    
  Scenario: content_for works as expected in slim
    Given the Server is running at "content-for-app"
    When I go to "/content_for_slim.html"
    Then I should see "In Layout: I am the yielded content slim"

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
middleman-core-3.1.0.rc.2 features/content_for.feature
middleman-core-3.1.0.rc.1 features/content_for.feature
middleman-more-3.0.14 features/content_for.feature
middleman-more-3.1.0.beta.3 features/content_for.feature
middleman-more-3.1.0.beta.2 features/content_for.feature
middleman-more-3.1.0.beta.1 features/content_for.feature
middleman-more-3.0.13 features/content_for.feature
middleman-more-3.0.12 features/content_for.feature
middleman-more-3.0.12.pre.1 features/content_for.feature
middleman-more-3.0.11 features/content_for.feature
middleman-more-3.0.10.pre.1 features/content_for.feature
middleman-more-3.0.9 features/content_for.feature
middleman-more-3.0.8 features/content_for.feature
middleman-more-3.0.8.pre.2 features/content_for.feature
middleman-more-3.0.8.pre.1 features/content_for.feature
middleman-more-3.0.7 features/content_for.feature
middleman-more-3.0.6 features/content_for.feature
middleman-more-3.0.5 features/content_for.feature
middleman-more-3.0.4 features/content_for.feature
middleman-more-3.0.2 features/content_for.feature