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

Version Path
pah-0.0.28 features/bourbon.feature
pah-0.0.27 features/bourbon.feature
pah-0.0.26 features/bourbon.feature
pah-0.0.25 features/bourbon.feature
pah-0.0.24 features/bourbon.feature
pah-0.0.23 features/bourbon.feature
pah-0.0.22 features/bourbon.feature
pah-0.0.21 features/bourbon.feature
pah-0.0.20 features/bourbon.feature
pah-0.0.19 features/bourbon.feature