Skip to content

Commit

Permalink
Add some tests for font paths, closes middleman#117
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Sep 20, 2011
1 parent 4f09fee commit 0d9a7e8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion features/fonts.feature
Expand Up @@ -8,4 +8,10 @@ Feature: Web Fonts
Scenario: Rendering scss
Given the Server is running at "test-app"
When I go to "/stylesheets/fonts.css"
Then I should see "/fonts/StMarie-Thin.otf"
Then I should see "/fonts/StMarie-Thin.otf"

Scenario: Rendering scss with the feature enabled
Given "relative_assets" feature is "enabled"
And the Server is running at "test-app"
When I go to "/stylesheets/fonts.css"
Then I should see "url('../fonts/StMarie"

0 comments on commit 0d9a7e8

Please sign in to comment.