Sha256: 3e27ade6fb986b14dd600d5a01728138672bf42bdb0252b258904a8ea9a42f6a

Contents?: true

Size: 183 Bytes

Versions: 7

Compression:

Stored size: 183 Bytes

Contents

# -*- encoding : utf-8 -*-

describe Card::Set::Type::LayoutType do
  it 'should include Html card methods' do
    expect(Card.new(type: 'Layout').clean_html?).to be_falsey
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
card-1.18.6 mod/05_standard/spec/set/type/layout_type_spec.rb
card-1.18.5 mod/05_standard/spec/set/type/layout_type_spec.rb
card-1.18.4 mod/05_standard/spec/set/type/layout_type_spec.rb
card-1.18.3 mod/05_standard/spec/set/type/layout_type_spec.rb
card-1.18.2 mod/05_standard/spec/set/type/layout_type_spec.rb
card-1.18.1 mod/05_standard/spec/set/type/layout_type_spec.rb
card-1.18.0 mod/05_standard/spec/set/type/layout_type_spec.rb