Sha256: 48f493b03f17e01267cce69ba0b4cdf2a880c66c98dc69b595c3be12e1472742

Contents?: true

Size: 218 Bytes

Versions: 13

Compression:

Stored size: 218 Bytes

Contents

require 'spec_helper'

RSpec.describe Attachment, type: :model, attachments: true do

  it_behaves_like "a DDR model"
  it_behaves_like "an object that can have content"
  it_behaves_like "a non-collection model"

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ddr-models-3.0.0.beta.10 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.9 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.8 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.7 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.6 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.4 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.3 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.2 spec/models/attachment_spec.rb
ddr-models-3.0.0.beta.1 spec/models/attachment_spec.rb
ddr-models-3.0.0.alpha.4 spec/models/attachment_spec.rb
ddr-models-3.0.0.alpha.3 spec/models/attachment_spec.rb
ddr-models-3.0.0.alpha.2 spec/models/attachment_spec.rb
ddr-models-3.0.0.alpha.1 spec/models/attachment_spec.rb