Sha256: c11874286a7ee461c0451104d93350e87349480cc620ef4722547c7034d394e5

Contents?: true

Size: 394 Bytes

Versions: 7

Compression:

Stored size: 394 Bytes

Contents

# -*- encoding : utf-8 -*-
require 'wagn/spec_helper'

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

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.12.13 spec/mods/standard/sets/self/head_spec.rb
wagn-1.12.12 spec/mods/standard/sets/self/head_spec.rb
wagn-1.12.11 spec/mods/standard/sets/self/head_spec.rb
wagn-1.12.10 spec/mods/standard/sets/self/head_spec.rb
wagn-1.12.9 spec/mods/standard/sets/self/head_spec.rb
wagn-1.12.8 spec/mods/standard/sets/self/head_spec.rb
wagn-1.12.7 spec/mods/standard/sets/self/head_spec.rb