Sha256: 4a9cbd94b09113e23eb8506f6019c84a059155cde8b95500bc5feeb15d05a4b4

Contents?: true

Size: 732 Bytes

Versions: 83

Compression:

Stored size: 732 Bytes

Contents

@wip

Feature: Support capture_html and yield_content helpers

  Scenario: content_for works as expected in erb
    Given the Server is running at "capture-html-app"
    When I go to "/capture_html_erb.html"
    Then I should see "In Layout: <h1>I am the yielded content erb</h1>"
    
  Scenario: content_for works as expected in haml
    Given the Server is running at "capture-html-app"
    When I go to "/capture_html_haml.html"
    Then I should see "In Layout: <h1>I am the yielded content haml</h1>"
    
  Scenario: content_for works as expected in slim
    Given the Server is running at "capture-html-app"
    When I go to "/capture_html_slim.html"
    Then I should see "In Layout: <h1>I am the yielded content slim</h1>"

Version data entries

83 entries across 83 versions & 4 rubygems

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