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.5.0 features/sass_globs.feature
middleman-sprockets-4.0.0.rc.1 features/sass_globs.feature
middleman-sprockets-4.0.0.beta.1 features/sass_globs.feature
middleman-sprockets-3.4.2 features/sass_globs.feature
middleman-sprockets-3.4.1 features/sass_globs.feature
middleman-sprockets-3.3.10 features/sass_globs.feature
middleman-sprockets-3.3.9 features/sass_globs.feature
middleman-sprockets-3.3.8 features/sass_globs.feature
middleman-sprockets-3.3.7 features/sass_globs.feature
middleman-sprockets-cj-3.3.6 features/sass_globs.feature
middleman-sprockets-3.3.6 features/sass_globs.feature
middleman-sprockets-3.3.4 features/sass_globs.feature
middleman-sprockets-3.3.3 features/sass_globs.feature
middleman-sprockets-3.3.2 features/sass_globs.feature
middleman-sprockets-3.3.1 features/sass_globs.feature
middleman-sprockets-3.3.0 features/sass_globs.feature
middleman-sprockets-3.2.0 features/sass_globs.feature
middleman-sprockets-3.1.4 features/sass_globs.feature
middleman-sprockets-3.1.2 features/sass_globs.feature
middleman-sprockets-3.1.1 features/sass_globs.feature