Sha256: bc0f753f4459d6973afd33283ccb070806a1f7299431a29aae51cfb9b7d38514
Contents?: true
Size: 566 Bytes
Versions: 10
Compression:
Stored size: 566 Bytes
Contents
Feature: Built-in page_classes view helper In order to generate body classes for views Scenario: Viewing the root path Given the Server is running When I go to "/page-classes.html" Then I should see "page-classes" Scenario: Viewing a tier-1 path Given the Server is running When I go to "/sub1/page-classes.html" Then I should see "sub1 sub1_page-classes" Scenario: Viewing a tier-2 path Given the Server is running When I go to "/sub1/sub2/page-classes.html" Then I should see "sub1 sub1_sub2 sub1_sub2_page-classes"
Version data entries
10 entries across 10 versions & 1 rubygems