.xml removed from Gzip defaults

This commit is contained in:
FearGoidte 2016-01-28 08:16:23 +00:00
parent 475fa41de0
commit 007c626d58
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Feature: GZIP assets during build
Given a fixture app "gzip-app"
And a file named "config.rb" with:
"""
activate :gzip, exts: %w(.htm .html .js .xhtml .xml)
activate :gzip, exts: %w(.htm .html .js .xhtml)
"""
And a successfully built app at "gzip-app"
Then the following files should exist: