Sha256: a5d1c790a3a994adca30c96f0274b073020243c461c7a7a53d77557a8904c2c0
Contents?: true
Size: 326 Bytes
Versions: 40
Compression:
Stored size: 326 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 "it has an association", :belongs_to, :attached_to, :is_attached_to, "ActiveFedora::Base" it_behaves_like "a non-collection model" end
Version data entries
40 entries across 40 versions & 1 rubygems