Handle templates without final file type information by ignoring them
This commit is contained in:
parent
b9aebb9001
commit
350d36b018
3 changed files with 9 additions and 6 deletions
|
@ -9,7 +9,7 @@ Feature: Minify CSS
|
|||
Scenario: Rendering external css with the feature disabled
|
||||
Given "minify_css" feature is "disabled"
|
||||
When I go to "/stylesheets/site.css"
|
||||
Then I should see "51" lines
|
||||
Then I should see "56" lines
|
||||
|
||||
Scenario: Rendering inline css with the feature enabled
|
||||
Given "minify_css" feature is "enabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue