Sha256: 8ec93d8da2a9e18b69af38e05acf527c812c410535615623aa3a8439f16d5035
Contents?: true
Size: 608 Bytes
Versions: 67
Compression:
Stored size: 608 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 at "test-app" When I go to "/page-classes.html" Then I should see "page-classes" Scenario: Viewing a tier-1 path Given the Server is running at "test-app" 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 at "test-app" When I go to "/sub1/sub2/page-classes.html" Then I should see "sub1 sub1_sub2 sub1_sub2_page-classes"
Version data entries
67 entries across 67 versions & 1 rubygems