Sha256: c472d742b7c132e43a2de721d7ab6770392e3f9dd09c3915f3ace6d61cdf4474

Contents?: true

Size: 1.05 KB

Versions: 42

Compression:

Stored size: 1.05 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 "auto-css-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 "auto-css-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 "auto-css-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 "auto-css-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 "auto-css-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

42 entries across 42 versions & 2 rubygems

Version Path
middleman-core-3.2.0 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.6 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.5 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.4 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.3 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.2 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.1 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.0 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.0.rc.4 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.0.rc.3 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.0.rc.2 features/helpers_auto_stylesheet_link_tag.feature
middleman-core-3.1.0.rc.1 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.0.14 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.1.0.beta.3 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.1.0.beta.2 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.1.0.beta.1 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.0.13 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.0.12 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.0.12.pre.1 features/helpers_auto_stylesheet_link_tag.feature
middleman-more-3.0.11 features/helpers_auto_stylesheet_link_tag.feature