Sha256: bbf14983e5d9f931454fde7b3eceac4e9ff5fd37374eba24871e59b1c96a0866

Contents?: true

Size: 607 Bytes

Versions: 8

Compression:

Stored size: 607 Bytes

Contents

@disable-bundler
Feature: Update bourbon files

  Scenario: Updating updates an existing bourbon install
    When I install bourbon files
    And I write to "bourbon/_bourbon.scss" with:
      """
      foobar
      """
    And I update bourbon files
    Then the output should contain "Bourbon files updated."
    And the file "bourbon/_bourbon.scss" should not contain "foobar"

  Scenario: Updating does not generate a new bourbon install
    When I update bourbon files
    Then bourbon should not have been generated
    And the output should contain "No existing bourbon installation. Doing nothing."

Version data entries

8 entries across 8 versions & 1 rubygems

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