Sha256: 534e17ed42fc6779bd7c83201ecc6e9a08d79e53057cc8c4a3fee849690570d4
Contents?: true
Size: 924 Bytes
Versions: 25
Compression:
Stored size: 924 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 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 --list-frameworks Then the list of frameworks includes "testing" 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 --list-frameworks Then the list of frameworks includes "testing"
Version data entries
25 entries across 24 versions & 3 rubygems