Skip to content

Commit

Permalink
Merge pull request #30 from projecthydra/af7
Browse files Browse the repository at this point in the history
Update test suite to be active-fedora 7.0.0 compatible
  • Loading branch information
dchandekstark committed Apr 8, 2014
2 parents 0af71a2 + e8ae2f5 commit ab90ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/units/transcoding_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class GenericFile < ActiveFedora::Base
m.field "mime_type", :string
end

delegate :mime_type, :to => :characterization, :unique => true
has_attributes :mime_type, datastream: :characterization, multiple: false
has_file_datastream 'content', type: ContentDatastream

makes_derivatives do |obj|
Expand Down

0 comments on commit ab90ce5

Please sign in to comment.