Sha256: 333b8d9b9fac716d42e52bb4661352576b52d7d199b719be05869abe8da0d03a
Contents?: true
Size: 320 Bytes
Versions: 5
Compression:
Stored size: 320 Bytes
Contents
require 'spec/helper' spec_require 'haml' require 'examples/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
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
clivecrous-ramaze-0.3.9.5 | spec/examples/css.rb |
ramaze-0.3.5 | spec/examples/css.rb |
ramaze-0.3.0 | spec/examples/css.rb |
ramaze-0.3.9.1 | spec/examples/css.rb |
ramaze-0.3.9 | spec/examples/css.rb |