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