Sha256: 0481c9d3da26ff7fcb9e4b92ac717ef1c9f1252f4f0279141aa0abc7f9f433ff
Contents?: true
Size: 325 Bytes
Versions: 17
Compression:
Stored size: 325 Bytes
Contents
require 'spec/helper' spec_require 'haml' require 'examples/misc/css' describe 'CSSController' do behaves_like 'http' ramaze 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
17 entries across 17 versions & 4 rubygems