diff --git a/spec/wings/model_transformer_spec.rb b/spec/wings/model_transformer_spec.rb index 85783bf069..a8684072b1 100644 --- a/spec/wings/model_transformer_spec.rb +++ b/spec/wings/model_transformer_spec.rb @@ -177,7 +177,7 @@ class Book < Hyrax::Resource end context 'with files and derivatives in fileset' do - let(:file_set) { Hydra::Works::FileSet.new } + let(:file_set) { FileSet.new } let(:original_file) { File.open(File.join(fixture_path, 'world.png')) } let(:thumbnail_file) { File.open(File.join(fixture_path, 'image.jpg')) } let(:extracted_text_file) { File.open(File.join(fixture_path, 'updated-file.txt')) }