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

Version Path
middleman-2.0.16.1-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.16.1 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.16-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.16 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.4-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.4 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.3-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.3 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.2-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.2 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.1-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15.1 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.15 features/helpers_auto_stylesheet_link_tag.feature
middleman-3.0.0.alpha.6 features/helpers_auto_stylesheet_link_tag.feature
middleman-3.0.0.alpha.5 features/helpers_auto_stylesheet_link_tag.feature
middleman-3.0.0.alpha.4 features/helpers_auto_stylesheet_link_tag.feature
middleman-3.0.0.alpha.3 features/helpers_auto_stylesheet_link_tag.feature
middleman-3.0.0.alpha.2 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.14-x86-mingw32 features/helpers_auto_stylesheet_link_tag.feature