Sha256: fc1df6f17a745daa9c140f22cffe34a3cc59a1855c25ff7819d74d02fbe0fdf2

Contents?: true

Size: 358 Bytes

Versions: 14

Compression:

Stored size: 358 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

14 entries across 14 versions & 1 rubygems

Version Path
card-1.17.4 mod/05_standard/spec/set/self/head_spec.rb
card-1.17.3 mod/05_standard/spec/set/self/head_spec.rb
card-1.17.2 mod/05_standard/spec/set/self/head_spec.rb
card-1.17.1 mod/05_standard/spec/set/self/head_spec.rb
card-1.17.0 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.15 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.14 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.13 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.12 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.11 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.10 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.9 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.8 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.7 mod/05_standard/spec/set/self/head_spec.rb