Sha256: 04d8edf9bba0b5fcd885d171ae93580003e368dce4af8a779292ad5bdec0ae95

Contents?: true

Size: 367 Bytes

Versions: 32

Compression:

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

32 entries across 32 versions & 2 rubygems

Version Path
card-1.16.4 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.3 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.2 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.1 mod/05_standard/spec/set/self/head_spec.rb
card-1.16.0 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.7 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.6 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.5 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.4 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.3 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.2 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.1 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.0 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.pre2 mod/05_standard/spec/set/self/head_spec.rb
card-1.15.pre mod/05_standard/spec/set/self/head_spec.rb
wagn-1.14.9 mod/05_standard/spec/set/self/head_spec.rb
wagn-1.14.8 mod/05_standard/spec/set/self/head_spec.rb
wagn-1.14.7 mod/05_standard/spec/set/self/head_spec.rb
wagn-1.14.6 mod/05_standard/spec/set/self/head_spec.rb
wagn-1.14.5 mod/05_standard/spec/set/self/head_spec.rb