Sha256: 2f4160fdf4b44d39a15332bfc7c2105f80a071887203420091f2aa732d75915d
Contents?: true
Size: 452 Bytes
Versions: 46
Compression:
Stored size: 452 Bytes
Contents
Feature: Custom layouts In order easily switch between relative and absolute paths Scenario: Using custom :layout attribute Given page "/custom-layout.html" has layout "custom" When I go to "/custom-layout.html" Then I should see "Custom Layout" Scenario: Using with_layout block Given "/custom-layout.html" with_layout block has layout "custom" When I go to "/custom-layout.html" Then I should see "Custom Layout"
Version data entries
46 entries across 46 versions & 2 rubygems