Sha256: 15211aff4c1cdec0a5afb70627b5a66a1f35398a6ae46e0f5d10e6850c9da2d0

Contents?: true

Size: 307 Bytes

Versions: 28

Compression:

Stored size: 307 Bytes

Contents

Feature: Sass should glob partials like sass-rails

  Scenario: Sass globbing should work
    Given the Server is running at "glob-app"
    When I go to "/stylesheets/main.css"
    Then I should see "module1"
    And I should see "module2"
    And I should see "shared-root"
    And I should see "bootstrap"

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
middleman-sprockets-3.1.0 features/sass_globs.feature
middleman-sprockets-3.0.11 features/sass_globs.feature
middleman-sprockets-3.0.10 features/sass_globs.feature
middleman-sprockets-3.0.9 features/sass_globs.feature
middleman-sprockets-3.0.8 features/sass_globs.feature
middleman-sprockets-3.0.6 features/sass_globs.feature
middleman-sprockets-3.0.6.pre.1 features/sass_globs.feature
middleman-sprockets-3.0.5 features/sass_globs.feature