Sha256: 26d09e5174c8531d09724e136dfeab4efcb994e2e24e10c4fce7449c63ce382c

Contents?: true

Size: 1.11 KB

Versions: 45

Compression:

Stored size: 1.11 KB

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: Shared extensions directory
    Given the "~/.compass/extensions" directory exists
    And and I have a fake extension at ~/.compass/extensions/testing
    And I am using the existing project in test/fixtures/stylesheets/compass
    When I run: compass frameworks
    Then the list of frameworks includes "testing"

  @listframeworks
  Scenario: Frameworks without templates
    Given I am using the existing project in test/fixtures/stylesheets/uses_only_stylesheets_ext
    When I run: compass frameworks
    Then the list of frameworks includes "only_stylesheets"

Version data entries

45 entries across 44 versions & 4 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/gems/compass-1.0.3/features/extensions.feature
compass-1.0.3 features/extensions.feature
compass-1.1.0.alpha.3 features/extensions.feature
compass-1.1.0.alpha.2 features/extensions.feature
compass-1.1.0.alpha.1 features/extensions.feature
compass-1.1.0.alpha.0 features/extensions.feature
compass-1.0.1 features/extensions.feature
compass-1.0.0 features/extensions.feature
compass-1.0.0.rc.1 features/extensions.feature
compass-1.0.0.rc.0 features/extensions.feature
compass-0.12.7 features/extensions.feature
compass-1.0.0.alpha.21 features/extensions.feature
compass-1.0.0.alpha.20 features/extensions.feature
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/features/extensions.feature
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/features/extensions.feature
compass-0.12.6 features/extensions.feature
compass-0.12.5 features/extensions.feature
compass-0.12.4 features/extensions.feature
compass-1.0.0.alpha.19 features/extensions.feature
compass-0.12.3 features/extensions.feature