Sha256: 3e0561e3dfca887e1f202cc7bf53ba60207a2ed1569000a54ea2382aaca93b13
Contents?: true
Size: 450 Bytes
Versions: 17
Compression:
Stored size: 450 Bytes
Contents
Feature: Minify Javascript In order reduce bytes sent to client and appease YSlow Scenario: Rendering inline js with the feature disabled Given "minify_javascript" feature is "disabled" When I go to "/inline-js.html" Then I should see "10" lines # Scenario: Rendering inline js with the feature enabled # Given "minify_javascript" feature is "enabled" # When I go to "/inline-js.html" # Then I should see "1" lines
Version data entries
17 entries across 17 versions & 1 rubygems