Sha256: 783636426135c548d2b803f3089ebf3982b4821c46d7de13ed15bad85bfb7500
Contents?: true
Size: 281 Bytes
Versions: 33
Compression:
Stored size: 281 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" end
Version data entries
33 entries across 33 versions & 1 rubygems