Sha256: 7e5b224248e1fe411702d3047551f28de98f72feefeaab6818aa6961221c3cbf

Contents?: true

Size: 801 Bytes

Versions: 11

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-more-custom-sass_cache_path" should exist

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
middleman-more-3.0.10.pre.1 features/sass_cache_path.feature
middleman-more-3.0.9 features/sass_cache_path.feature
middleman-more-3.0.8 features/sass_cache_path.feature
middleman-more-3.0.8.pre.2 features/sass_cache_path.feature
middleman-more-3.0.8.pre.1 features/sass_cache_path.feature
middleman-more-3.0.7 features/sass_cache_path.feature
middleman-more-3.0.6 features/sass_cache_path.feature
middleman-more-3.0.5 features/sass_cache_path.feature
middleman-more-3.0.4 features/sass_cache_path.feature
middleman-more-3.0.2 features/sass_cache_path.feature
middleman-more-3.0.1.pre features/sass_cache_path.feature