Sha256: c61aa52fa6a28dc934c9bde7fa89c46db31764fdee6a545b39abe6a7276499bf
Contents?: true
Size: 721 Bytes
Versions: 44
Compression:
Stored size: 721 Bytes
Contents
Feature: GZIP assets during build Scenario: Built assets should be gzipped Given a successfully built app at "gzip-app" Then the following files should exist: | build/javascripts/test.js.gz | | build/stylesheets/test.css.gz | | build/index.html.gz | | build/javascripts/test.js | | build/stylesheets/test.css | | build/index.html | When I run `file build/javascripts/test.js.gz` Then the output should contain "gzip" Scenario: Preview server doesn't change Given the Server is running at "gzip-app" When I go to "/javascripts/test.js" Then I should see "test_function" When I go to "/stylesheets/test.css" Then I should see "test_selector"
Version data entries
44 entries across 44 versions & 2 rubygems