New scenario showing Sass partials don't work in build
This commit is contained in:
parent
3c78d9f171
commit
fc2f761e2f
1 changed files with 5 additions and 1 deletions
|
@ -81,3 +81,7 @@ Feature: Sass Updates and Partials
|
||||||
When I go to "/stylesheets/main2.css"
|
When I go to "/stylesheets/main2.css"
|
||||||
Then I should see "color: blue;"
|
Then I should see "color: blue;"
|
||||||
Then I should see "font-size: 18px"
|
Then I should see "font-size: 18px"
|
||||||
|
|
||||||
|
Scenario: Sass partials should work when building
|
||||||
|
Given a successfully built app at "preview-app"
|
||||||
|
Then the file "build/stylesheets/main.css" should contain "font-size: 18px"
|
||||||
|
|
Loading…
Reference in a new issue