Sha256: 414154a0d440d044e8a5581a8ae87d2bd21650d67fd785237605809075130657

Contents?: true

Size: 211 Bytes

Versions: 7

Compression:

Stored size: 211 Bytes

Contents

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

describe Card::Set::Type::Date do
  it "should have special editor" do
    assert_view_select render_editor('Date'), 'input[class="date-editor"]'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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