Sha256: 763fca5c754b485694f07ff1d7cd36126b70d573fcc9771260a71e3799d5e425
Contents?: true
Size: 394 Bytes
Versions: 19
Compression:
Stored size: 394 Bytes
Contents
require File.expand_path('../../../spec/helper', __FILE__) spec_require 'haml' require File.expand_path('../../../examples/misc/css', __FILE__) describe 'CSSController' do behaves_like :rack_test 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
19 entries across 19 versions & 3 rubygems