This commit is contained in:
Thomas Reynolds 2011-07-01 10:07:50 -07:00
parent 77353b5adf
commit cbdceb26cc
3 changed files with 8 additions and 1 deletions

View file

@ -4,4 +4,9 @@ Feature: Support SCSS Syntax
Scenario: Rendering scss
Given the Server is running
When I go to "/stylesheets/site_scss.css"
Then I should see "html"
Scenario: Rendering scss
Given the Server is running
When I go to "/stylesheets/layout.css"
Then I should see "html"