Sha256: 2ea9647312cd67ff558507260cbd5d3bbbda39999a865a5a3767cccef60663da
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