Sha256: 7f9336dba3aa45e319a9c027f0f701d7dd73426b0e46d223f3332a3c8c95574c
Contents?: true
Size: 359 Bytes
Versions: 2
Compression:
Stored size: 359 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Set::Self::Head do it "should have a javascript tag" do assert_view_select render_card(:raw, :name=>'*head'), 'script[type="text/javascript"]' end context 'tinyMCE config' do before do @tinyMCE = Card[:tiny_mce] end it 'should handle tinyMCE configuration errors' do end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
card-1.16.6 | mod/05_standard/spec/set/self/head_spec.rb |
card-1.16.5 | mod/05_standard/spec/set/self/head_spec.rb |