Sha256: 87c63f27123650fb9c6b69e7179385bea682ddfe59cc2fa001b6bda85b4b52c8
Contents?: true
Size: 1.04 KB
Versions: 67
Compression:
Stored size: 1.04 KB
Contents
Feature: Built-in auto_stylesheet_link_tag view helper In order to simplify including css files Scenario: Viewing the root path Given the Server is running at "test-app" When I go to "/auto-css.html" Then I should see "stylesheets/auto-css.css" Scenario: Viewing a tier-1 path Given the Server is running at "test-app" When I go to "/auto-css/auto-css.html" Then I should see "stylesheets/auto-css/auto-css.css" Scenario: Viewing the index file of a tier-1 path, without filename Given the Server is running at "test-app" When I go to "/auto-css" Then I should see "stylesheets/auto-css/index.css" Scenario: Viewing the index file of a tier-1 path, without filename, with a trailing slash Given the Server is running at "test-app" When I go to "/auto-css/" Then I should see "stylesheets/auto-css/index.css" Scenario: Viewing a tier-2 path Given the Server is running at "test-app" When I go to "/auto-css/sub/auto-css.html" Then I should see "stylesheets/auto-css/sub/auto-css.css"
Version data entries
67 entries across 67 versions & 1 rubygems