Merge pull request #295 from bhollis/sass-partials
New scenario showing Sass partials don't work in build
This commit is contained in:
commit
ca28c7e55d
|
@ -80,4 +80,8 @@ Feature: Sass Updates and Partials
|
|||
"""
|
||||
When I go to "/stylesheets/main2.css"
|
||||
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