| 1234567891011121314151617 | 
							- @disable-bundler
 
- Feature: Install bourbon files
 
-   Scenario: Bourbon generates a new bourbon installation
 
-     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 installed to bourbon/"
 
-   Scenario: Generating does not overwrite an existing bourbon directory
 
-     Given bourbon is already installed
 
-     When I install bourbon files
 
-     Then the output should contain "Bourbon files already installed, doing nothing."
 
 
  |