diff --git a/features/fonts.feature b/features/fonts.feature index a4944996..098c1960 100644 --- a/features/fonts.feature +++ b/features/fonts.feature @@ -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" \ No newline at end of file + 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" \ No newline at end of file