Sha256: 77403f3470dcc243c9670587083993d0abd1d46c46257be0191a45f639588d1c

Contents?: true

Size: 801 Bytes

Versions: 14

Compression:

Stored size: 801 Bytes

Contents

Feature: SASS .sass-cache custom location

  Scenario: Using the default location for .sass-cache folder
    Given the Server is running at "sass-cache-path-default-app"

    When I go to "/stylesheets/plain.css"
    Then I should see "color: blue;"

    #  TODO:: 
    #  Not sure how to test this location, as the directory is stored outside of the app root
    #  during testing, but inside app root in "production"

    # Then a directory named ".sass-cache" should exist


  Scenario: Using a custom location for .sass-cache folder
    Given the Server is running at "sass-cache-path-custom-app"

    When I go to "/stylesheets/plain.css"
    Then I should see "html, body, div, span, applet, object, iframe,"

    Then a directory named "/tmp/middleman-core-custom-sass_cache_path" should exist

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
middleman-core-3.2.2 features/sass_cache_path.feature
middleman-core-3.2.1 features/sass_cache_path.feature
middleman-core-3.2.0 features/sass_cache_path.feature
middleman-core-3.1.6 features/sass_cache_path.feature
middleman-core-3.1.5 features/sass_cache_path.feature
middleman-core-3.1.4 features/sass_cache_path.feature
middleman-core-3.1.3 features/sass_cache_path.feature
middleman-core-3.1.2 features/sass_cache_path.feature
middleman-core-3.1.1 features/sass_cache_path.feature
middleman-core-3.1.0 features/sass_cache_path.feature
middleman-core-3.1.0.rc.4 features/sass_cache_path.feature
middleman-core-3.1.0.rc.3 features/sass_cache_path.feature
middleman-core-3.1.0.rc.2 features/sass_cache_path.feature
middleman-core-3.1.0.rc.1 features/sass_cache_path.feature