Fix #72
This commit is contained in:
parent
77353b5adf
commit
cbdceb26cc
3 changed files with 8 additions and 1 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue