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