spec/views/hyrax/base/file_manager.html.erb_spec.rb in hyrax-2.0.0.rc1 vs spec/views/hyrax/base/file_manager.html.erb_spec.rb in hyrax-2.0.0.rc2
- old
+ new
@@ -20,10 +20,10 @@
thumbnail_path_ss: "/test/image/path.jpg",
label_tesim: ["work"]
)
)
end
- let(:resource) { FactoryGirl.build(:file_set) }
+ let(:resource) { FactoryBot.build(:file_set) }
let(:parent) { build(:generic_work) }
let(:form) do
Hyrax::Forms::FileManagerForm.new(parent, nil)