Sha256: 6d66e93f2214e438124132038b25adbe450127fd7690b6c6aa39d7053b13edf2

Contents?: true

Size: 314 Bytes

Versions: 5

Compression:

Stored size: 314 Bytes

Contents

require 'spec_helper'
require 'druid/elements'

describe Druid::Elements::Paragraph do
  let(:paragraph) { Druid::Elements::Paragraph }

  describe "interface" do
    it "should register with type :checkbox" do
      expect(Druid::Elements.element_class_for(:p)).to be Druid::Elements::Paragraph
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
druid-s-1.0.0 spec/druid/elements/paragraph_spec.rb
druid-ts-1.2.6 spec/druid/elements/paragraph_spec.rb
druid-ts-1.2.5 spec/druid/elements/paragraph_spec.rb
druid-ts-1.2.4 spec/druid/elements/paragraph_spec.rb
druid-ts-1.2.3 spec/druid/elements/paragraph_spec.rb