Sha256: 3eb664e5caa0d3ba715af4a4fa45c4a9426899d07c2061e195bb0db231f86ceb
Contents?: true
Size: 661 Bytes
Versions: 88
Compression:
Stored size: 661 Bytes
Contents
Feature: Support SASS assets paths In order to import common shared assets when writing Sass Scenario: Importing assets from 'assets/stylesheets/' directory in app root Given the Server is running at "sass-assets-path-app" When I go to "/stylesheets/plain.css" Then I should see "color: green;" Then I should see "/* Works with shared SCSS assets from APPROOT/assets/stylesheets/_shared-asset.scss */" Then I should see "/* Works with shared SASS assets from APPROOT/assets/stylesheets/_shared-asset-sass.sass */" Then I should see "font-size: 18px" Then I should see "/* Works with shared SASS assets from external source directory */"
Version data entries
88 entries across 88 versions & 5 rubygems