This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 878
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change bourbon generate to bourbon install
- Loading branch information
Phil LaPier
committed
Jan 22, 2012
1 parent
bdec0a3
commit ad1499b
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
@disable-bundler | ||
Feature: Generate bourbon files | ||
Feature: Install bourbon files | ||
|
||
Scenario: Bourbon generates a new bourbon installation | ||
When I generate bourbon files | ||
When I install bourbon files | ||
Then the sass directories should have been generated | ||
And the following directories should exist: | ||
| bourbon | | ||
| bourbon/lib | | ||
And the master bourbon partial should have been generated | ||
And the lib files should have been generated | ||
And the output should contain "Bourbon files generated to bourbon/" | ||
And the output should contain "Bourbon files installed to bourbon/" | ||
|
||
Scenario: Generating does not overwrite an existing bourbon directory | ||
Given bourbon is already generated | ||
When I generate bourbon files | ||
Then the output should contain "Bourbon files already generated, doing nothing." | ||
Given bourbon is already installed | ||
When I install bourbon files | ||
Then the output should contain "Bourbon files already installed, doing nothing." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters