Sha256: 7cd589164388636de714f1b3ba096a8b66333972cd904391dca07e06b66e53f9
Contents?: true
Size: 465 Bytes
Versions: 21
Compression:
Stored size: 465 Bytes
Contents
@wip Feature: Tiny Src In order automatically scale images for mobile devices Scenario: Rendering html with the feature disabled Given "tiny_src" feature is "disabled" When I go to "/tiny_src.html" Then I should see "http://test.com/image.jpg" Scenario: Rendering html with the feature enabled Given "tiny_src" feature is "enabled" When I go to "/tiny_src.html" Then I should see "http://i.tinysrc.mobi/http://test.com/image.jpg"
Version data entries
21 entries across 21 versions & 1 rubygems