Sha256: fb3d9c7d8f60e047d7c8a24898fa3b3ca3e23487aec0f44b41d5c3b8a2229546
Contents?: true
Size: 747 Bytes
Versions: 10
Compression:
Stored size: 747 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 'normalize-rails'; @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
10 entries across 10 versions & 1 rubygems