Sha256: 96752349984f1359269d856bab770f8a6988343886bd355e18ab49022c7ee2c5
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.15 | features/bourbon.feature |