Sha256: 420c3cda97ce2e3e99445df8631af0012812e84615f5e67782a64c90ab6ddc87
Contents?: true
Size: 342 Bytes
Versions: 3
Compression:
Stored size: 342 Bytes
Contents
# -*- encoding : utf-8 -*- require 'wagn/spec_helper' describe Card::Set::All::AllCss do it "should render content view" do content = '#box { display: block }' rendered = render_card :content, { :content=>content }, :format=>:css # rendered.should =~ /Style Card\:/ rendered.should =~ /#{ Regexp.escape content }/ end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wagn-1.12.13 | spec/mods/standard/sets/all/all_css_spec.rb |
wagn-1.12.12 | spec/mods/standard/sets/all/all_css_spec.rb |
wagn-1.12.11 | spec/mods/standard/sets/all/all_css_spec.rb |