Sha256: 68d85b342c121e12834cb11342274f4c777fbdb3a412961cdeacedb17cae4186
Contents?: true
Size: 323 Bytes
Versions: 30
Compression:
Stored size: 323 Bytes
Contents
# -*- encoding : utf-8 -*- 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\:/ expect(rendered).to match(/#{ Regexp.escape content }/) end end
Version data entries
30 entries across 30 versions & 2 rubygems