Commit 047f4796 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/uploaders/object_storage_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0034421e
......@@ -370,11 +370,8 @@ describe ObjectStorage do
let(:has_length) { true }
let(:maximum_size) { nil }
<<<<<<< HEAD
=======
subject { uploader_class.workhorse_authorize(has_length: has_length, maximum_size: maximum_size) }
>>>>>>> upstream/master
shared_examples 'uses local storage' do
it "returns temporary path" do
is_expected.to have_key(:TempPath)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment