Sha256: eb840d5c7b9cfd9c2e3d5bd2c9e36798e9617169314bdf1af60510942e605779
Contents?: true
Size: 713 Bytes
Versions: 2
Compression:
Stored size: 713 Bytes
Contents
@no-clobber Feature: Bourbon Background: Given I have created the app "myapp" with pah Scenario: Correct bourbon install Then I have the file app/assets/stylesheets/application.css.scss and contents of this file should include: """ @import 'bourbon'; @import 'base/base'; @import 'neat'; """ Then I have the file app/assets/stylesheets/application.css.scss and contents of this file should not include: """ *= require_tree . """ Then I have the file app/assets/stylesheets/base/_base.scss and contents of this file should match: """ @import "grid-settings"; """ Then I dont have a app/assets/stylesheets/application.css
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.17 | features/bourbon.feature |
pah-0.0.16 | features/bourbon.feature |