Merge pull request #295 from bhollis/sass-partials

New scenario showing Sass partials don't work in build
This commit is contained in:
Thomas Reynolds 2012-03-01 13:44:21 -08:00
commit ca28c7e55d

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"