Sha256: 804ffd9e6e5ae5d069e24b8d8eaf55fab518c5be7f83f2a21d6d67837ea44df1

Contents?: true

Size: 577 Bytes

Versions: 45

Compression:

Stored size: 577 Bytes

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
    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
    When I go to "/sub1/auto-css.html"
    Then I should see "stylesheets/sub1/auto-css.css"

  Scenario: Viewing a tier-2 path
    Given the Server is running
    When I go to "/sub1/sub2/auto-css.html"
    Then I should see "stylesheets/sub1/sub2/auto-css.css"

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
middleman-1.0.1 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.0.0 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.0.0.pre features/helpers_auto_stylesheet_link_tag.feature
middleman-0.99.3.pre features/helpers_auto_stylesheet_link_tag.feature
middleman-0.99.2.pre features/helpers_auto_stylesheet_link_tag.feature