Sha256: 898e6fd559e6e6258f360748de7a451182c90eb5918291ae9108beb5a9597e08

Contents?: true

Size: 467 Bytes

Versions: 63

Compression:

Stored size: 467 Bytes

Contents

Feature: Relative Assets
  In order easily switch between relative and absolute paths
    
  Scenario: Rendering css with the feature disabled
    Given "relative_assets" feature is "disabled"
    When I go to "/stylesheets/relative_assets.css"
    Then I should not see "url('../"

  Scenario: Rendering css with the feature enabled
    Given "relative_assets" feature is "enabled"
    When I go to "/stylesheets/relative_assets.css"
    Then I should see "url('../"

Version data entries

63 entries across 63 versions & 2 rubygems

Version Path
middleman-0.14.0 features/relative_assets.feature
middleman-0.14.0.pre2 features/relative_assets.feature
middleman-0.13.2.pre features/relative_assets.feature