Sha256: f0ed559385ebe330758a7ad2800e4f7ce2a1940ddf5cfd50b2dfce8828a52274
Contents?: true
Size: 251 Bytes
Versions: 20
Compression:
Stored size: 251 Bytes
Contents
require 'spec_helper' describe CommonObjectsHelper do let(:curation_concern) { GenericFile.new } it 'has #common_object_partial_for' do expect(helper.common_object_partial_for(GenericFile.new)).to eq("common_objects/generic_file") end end
Version data entries
20 entries across 20 versions & 1 rubygems