Sha256: e14205bc9317ac5f5ddda8dc186b7da15134ed83be5b53e0a162e342fe1fe2ad

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.19.6 mod/standard/spec/set/type/layout_type_spec.rb
card-1.19.5 mod/standard/spec/set/type/layout_type_spec.rb
card-1.19.4 mod/standard/spec/set/type/layout_type_spec.rb
card-1.19.3 mod/standard/spec/set/type/layout_type_spec.rb
card-1.19.2 mod/standard/spec/set/type/layout_type_spec.rb
card-1.19.1 mod/standard/spec/set/type/layout_type_spec.rb
card-1.19.0 mod/standard/spec/set/type/layout_type_spec.rb