Sha256: 9ca225f1293e09fa62e6926541de979b384e21cc1a8f093d4bdc7a1453b9b470
Contents?: true
Size: 655 Bytes
Versions: 7
Compression:
Stored size: 655 Bytes
Contents
Feature: Wildcards in Page helper Scenario: Setting the layout for a folder Given the Server is running at "wildcard-app" When I go to "/index.html" Then I should see "Normal Layout" When I go to "/admin/index.html" Then I should see "Admin Layout" When I go to "/admin/page.html" Then I should see "Admin Layout" Scenario: Setting the layout for a folder Given the Server is running at "wildcard-directory-index-app" When I go to "/" Then I should see "Normal Layout" When I go to "/admin/" Then I should see "Admin Layout" When I go to "/admin/page.html" Then I should see "Admin Layout"
Version data entries
7 entries across 7 versions & 2 rubygems