Sha256: 9ec1471102285961473e18d29f0e8a095a8c0d042ba456026b724e4ef0084276
Contents?: true
Size: 325 Bytes
Versions: 7
Compression:
Stored size: 325 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
7 entries across 7 versions & 1 rubygems