Sha256: 2fb2d8b246fc9a69b789056ebacb26e1342bcf7d0d38fbed57f290f82b0bed50

Contents?: true

Size: 1.41 KB

Versions: 52

Compression:

Stored size: 1.41 KB

Contents

@disable-bundler
Feature: Install bourbon files

  Scenario: Bourbon generates a new bourbon installation
    When I run `bundle exec bourbon install`
    Then the sass directories should have been generated
    And the following directories should exist:
      | bourbon     |
    And the master bourbon partial 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 run `bundle exec bourbon install`
    Then the output should contain "Bourbon files already installed, doing nothing."

  Scenario: Install Bourbon into a custom path
    When I run `bundle exec bourbon install --path=custom_path`
    Then the sass directories with "custom_path" prefix should have been generated
    And the following directories should exist:
      | custom_path/bourbon     |
    And the master bourbon partial should have been generated within "custom_path" directory
    And the output should contain "Bourbon files installed to custom_path/bourbon/"

  Scenario: Forcing install of bourbon
    Given bourbon is already installed
    When I run `bundle exec bourbon install --force`
    Then the output from "bundle exec bourbon install --force" should contain "Bourbon files installed to bourbon/"
    And the output should not contain "Bourbon files already installed, doing nothing."

Version data entries

52 entries across 52 versions & 2 rubygems

Version Path
bourbon-5.0.0 features/install.feature
bourbon-5.0.0.beta.8 features/install.feature
bourbon-4.3.4 features/install.feature
bourbon-4.3.3 features/install.feature
bourbon-4.3.2 features/install.feature
bourbon-4.3.1 features/install.feature
bourbon-4.3.0 features/install.feature
bourbon-5.0.0.beta.7 features/install.feature
bourbon-5.0.0.beta.6 features/install.feature
bourbon-4.2.7 features/install.feature
bourbon-5.0.0.beta.5 features/install.feature
bourbon-5.0.0.beta.4 features/install.feature
bourbon-5.0.0.beta.3 features/install.feature
bourbon-5.0.0.beta.2 features/install.feature
bourbon-5.0.0.beta.1 features/install.feature
bourbon-4.2.6 features/install.feature
bourbon-4.2.5 features/install.feature
bourbon-5.0.0.alpha.0 features/install.feature
bourbon-4.2.4 features/install.feature
solidus_backend-1.0.0.pre3 vendor/bundle/gems/bourbon-4.2.3/features/install.feature