Sha256: 1bfffd876b60cebe09dfd6a16c1de8d01ada27bb59db7e5ef3a481d37398c05c

Contents?: true

Size: 484 Bytes

Versions: 6

Compression:

Stored size: 484 Bytes

Contents

Feature: Support content_for and yield_content helpers
    
  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

6 entries across 6 versions & 1 rubygems

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