Sha256: deb456f69114bcee4a21c278b9352dd56aa51092ece5ea9c5d043236c03d5cae
Contents?: true
Size: 319 Bytes
Versions: 53
Compression:
Stored size: 319 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Set::All::AllCss do it "renders 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
53 entries across 53 versions & 1 rubygems