Sha256: 861b34b4d9b30e4b7791412f7c777baff1d49133ea59f863917182d2c6d52876

Contents?: true

Size: 758 Bytes

Versions: 83

Compression:

Stored size: 758 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 <s>with html tags</s>"
    
  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 <s>with html tags</s>"
    
  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 <s>with html tags</s>"

Version data entries

83 entries across 83 versions & 4 rubygems

Version Path
middleman-core-4.6.0 features/content_for.feature
middleman-core-4.5.1 features/content_for.feature
middleman-core-4.5.0 features/content_for.feature
middleman-core-4.4.3 features/content_for.feature
middleman-core-4.4.2 features/content_for.feature
middleman-core-4.4.0 features/content_for.feature
middleman-core-4.3.11 features/content_for.feature
middleman-core-4.3.10 features/content_for.feature
middleman-core-4.3.8 features/content_for.feature
middleman-core-4.3.7 features/content_for.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/content_for.feature
middleman-core-4.3.6 features/content_for.feature
middleman-core-4.3.5 features/content_for.feature
middleman-core-4.3.4 features/content_for.feature
middleman-core-4.3.3 features/content_for.feature
middleman-core-4.3.2 features/content_for.feature
middleman-core-4.3.1 features/content_for.feature
middleman-core-4.3.0 features/content_for.feature
middleman-core-4.3.0.rc.4 features/content_for.feature
middleman-core-4.3.0.rc.3 features/content_for.feature