Sha256: 0b8466b1c247ed4cc74d3161ab123591ca22eae6c27a8dfadd853eaf0c59d4f0

Contents?: true

Size: 671 Bytes

Versions: 4

Compression:

Stored size: 671 Bytes

Contents

Feature: Support content_for and yield_content helpers

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-3.0.0.alpha.6 features/content_for.feature
middleman-3.0.0.alpha.5 features/content_for.feature
middleman-3.0.0.alpha.4 features/content_for.feature
middleman-3.0.0.alpha.3 features/content_for.feature