Sha256: b0b6ab8b6c1f43f9a0b24a694c5247baed5988cf3fbf55ca2c81d70d61b35c16
Contents?: true
Size: 444 Bytes
Versions: 10
Compression:
Stored size: 444 Bytes
Contents
Feature: Minify Javascript In order reduce bytes sent to client and appease YSlow 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 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
Version data entries
10 entries across 10 versions & 1 rubygems