Sha256: f3dade176dcd93591d92ce4b6dfc606b2ced6bc3bd1641afde3341599cfdbff1

Contents?: true

Size: 380 Bytes

Versions: 7

Compression:

Stored size: 380 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
      @tiny_mce = Card[:tiny_mce]
    end
    it "should handle tinyMCE configuration errors" do
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
card-1.19.6 mod/standard/spec/set/self/head_spec.rb
card-1.19.5 mod/standard/spec/set/self/head_spec.rb
card-1.19.4 mod/standard/spec/set/self/head_spec.rb
card-1.19.3 mod/standard/spec/set/self/head_spec.rb
card-1.19.2 mod/standard/spec/set/self/head_spec.rb
card-1.19.1 mod/standard/spec/set/self/head_spec.rb
card-1.19.0 mod/standard/spec/set/self/head_spec.rb