Sha256: 5d56361d8e8ba2a7a1cd83194e7e7394ff0250c151a8bfa958535d8b6e13427c

Contents?: true

Size: 229 Bytes

Versions: 7

Compression:

Stored size: 229 Bytes

Contents

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

describe Card::Set::Type::Phrase do
  it "should have special editor" do
    assert_view_select render_editor('Phrase'), 'input[type="text"][class="card-content"]'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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