Sha256: 64da14c1635cf303090694990f7d55f4dec6c3de601f53bbdf9c141a50e36621
Contents?: true
Size: 364 Bytes
Versions: 10
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'hyrax/specs/shared_specs/hydra_works' RSpec.describe FileSet do subject(:file_set) { described_class.new } it_behaves_like 'a Hyrax::FileSet' describe '#human_readable_type' do it 'has a human readable type' do expect(file_set.human_readable_type).to eq 'File Set' end end end
Version data entries
10 entries across 10 versions & 1 rubygems