Sha256: 26cab4169418406b2ce3d66738011e6e289b34e2161cc21ffa84bdfb42938323

Contents?: true

Size: 946 Bytes

Versions: 19

Compression:

Stored size: 946 Bytes

Contents

Feature: Extensions
  In order to have an open source ecosystem for stylesheets
  As a compass user
  I can install extensions that others have created
  And I can create and publish my own extensions

  @listframeworks
  Scenario: Extensions directory for stand_alone projects
    Given I am using the existing project in test/fixtures/stylesheets/compass
    And the "extensions" directory exists
    And and I have a fake extension at extensions/testing
    When I run: compass frameworks
    Then the list of frameworks includes "testing"

  @listframeworks
  Scenario: Extensions directory for rails projects
    Given I'm in a newly created rails project: my_rails_project
    And the "my_rails_project/vendor/plugins/compass/extensions" directory exists
    And and I have a fake extension at my_rails_project/vendor/plugins/compass/extensions/testing
    When I run: compass frameworks
    Then the list of frameworks includes "testing"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
compass-0.11.beta.3 features/extensions.feature
compass-0.11.beta.2 features/extensions.feature
compass-0.11.beta.1 features/extensions.feature
compass-0.11.beta.0 features/extensions.feature
compass-0.11.alpha.4 features/extensions.feature
compass-0.11.alpha.3 features/extensions.feature
compass-0.11.alpha.1 features/extensions.feature
compass-0.11.alpha.0 features/extensions.feature
compass-0.10.6 features/extensions.feature
compass-0.10.6.pre.1 features/extensions.feature
compass-0.10.5 features/extensions.feature
compass-0.10.5.pre.1 features/extensions.feature
compass-0.10.4 features/extensions.feature
compass-0.10.4.pre.4 features/extensions.feature
compass-0.10.4.pre.3 features/extensions.feature
compass-0.10.4.pre.2 features/extensions.feature
compass-0.10.3 features/extensions.feature
compass-0.10.3.pre.1 features/extensions.feature
compass-0.10.2 features/extensions.feature