Sha256: 5a6f06dfe20a746b7b07daf0a8b970c7c9220c992a33ff2b755cd60c58cbf60c
Contents?: true
Size: 332 Bytes
Versions: 37
Compression:
Stored size: 332 Bytes
Contents
require 'hyrax/specs/shared_specs' RSpec.describe Hyrax::FileSetDerivativesService do let(:valid_file_set) do FileSet.new.tap do |f| allow(f).to receive(:mime_type).and_return(FileSet.image_mime_types.first) end end subject { described_class.new(file_set) } it_behaves_like "a Hyrax::DerivativeService" end
Version data entries
37 entries across 37 versions & 1 rubygems