Sha256: 46468154117ef1a07eec66bf564471cbaaae4621ed68be98dc9701b105e36563

Contents?: true

Size: 713 Bytes

Versions: 8

Compression:

Stored size: 713 Bytes

Contents

@disable-bundler
Feature: Install bourbon files

  Scenario: Bourbon generates a new bourbon installation
    When I install bourbon files
    Then the sass directories should have been generated
    And the following directories should exist:
      | bourbon           |
      | bourbon/lib       |
    And the master bourbon partial should have been generated
    And the lib files should have been generated
    And the output should contain "Bourbon files installed to bourbon/"

  Scenario: Generating does not overwrite an existing bourbon directory
    Given bourbon is already installed
    When I install bourbon files
    Then the output should contain "Bourbon files already installed, doing nothing."

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bourbon-2.1.1 features/install.feature
bourbon-2.1.0 features/install.feature
bourbon-2.0.0.rc1 features/install.feature
bourbon-1.4.0 features/install.feature
bourbon-1.3.6 features/install.feature
bourbon-1.3.5 features/install.feature
bourbon-1.3.4 features/install.feature
bourbon-1.3.3 features/install.feature