Handle templates without final file type information by ignoring them

This commit is contained in:
Thomas Reynolds 2011-04-09 17:12:05 -07:00
parent b9aebb9001
commit 350d36b018
3 changed files with 9 additions and 6 deletions

View file

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