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
beans-middleman-1.0.14 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.0.beta3 features/helpers_auto_stylesheet_link_tag.feature
beans-middleman-1.0.13 features/helpers_auto_stylesheet_link_tag.feature
beans-middleman-1.0.12 features/helpers_auto_stylesheet_link_tag.feature
beans-middleman-1.0.11 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.8 features/helpers_auto_stylesheet_link_tag.feature
middleman-2.0.0.beta2 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.7 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.6 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.5 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.4 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.3 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.2 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.1 features/helpers_auto_stylesheet_link_tag.feature
beans-middleman-1.0.9 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.2.0 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.1.6 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.1.5 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.1.4 features/helpers_auto_stylesheet_link_tag.feature
middleman-1.1.3 features/helpers_auto_stylesheet_link_tag.feature