Sha256: 9a16c50addf8c909d4bf5caa8c3b0418b4bf3358936c773f57bcb081775fdf86
Contents?: true
Size: 656 Bytes
Versions: 16
Compression:
Stored size: 656 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 */" Then I should see "font-size: 18px" Then I should see "/* Works with shared SASS assets from external source directory */"
Version data entries
16 entries across 16 versions & 1 rubygems