From a847004811ec25138c02fd8c2866d308852744d3 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 25 Oct 2009 22:18:46 -0700 Subject: [PATCH] Test scenario for installing patterns into projects. --- features/command_line.feature | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/features/command_line.feature b/features/command_line.feature index bc0cae6a..f2bb9d92 100644 --- a/features/command_line.feature +++ b/features/command_line.feature @@ -121,6 +121,15 @@ Feature: Command Line And a sass file sass/reset.sass is reported unchanged And a sass file sass/utilities.sass is reported unchanged + Scenario: Installing a pattern into a project + Given I am using the existing project in test/fixtures/stylesheets/compass + When I run: compass install blueprint/buttons + Then a sass file sass/buttons.sass is created + And an image file images/buttons/cross.png is created + And an image file images/buttons/key.png is created + And an image file images/buttons/tick.png is created + And a css file tmp/buttons.css is created + Scenario: Basic help When I run: compass help Then I should be shown a list of available commands