New scenario showing Sass partials don't work in build

This commit is contained in:
Ben Hollis 2012-02-29 21:58:01 -08:00
parent 3c78d9f171
commit fc2f761e2f

View file

@ -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"