Sha256: d4db5a592ef97b0e0c2d719361be592f8cac78d347dedff0212d5681e5e13c8c
Contents?: true
Size: 315 Bytes
Versions: 10
Compression:
Stored size: 315 Bytes
Contents
require 'spec/helper' spec_require 'haml' require 'examples/misc/css' describe 'CSSController' do behaves_like :mock def req(path) r = get(path); [r.content_type, r.body] end it 'should cache generated css' do lambda{ req('/css/style.css') }. should.not.change{ req('/css/style.css') } end end
Version data entries
10 entries across 10 versions & 3 rubygems