Commit 86ca3179 authored by Ian Baum's avatar Ian Baum

Resolving conflict with spec/services/lfs/lock_file_service_spec.rb

parent ae906300
......@@ -57,7 +57,6 @@ describe Lfs::LockFileService do
expect(subject.execute[:status]).to eq(:error)
end
end
<<<<<<< HEAD
context 'when File Locking is available' do
before do
......@@ -78,8 +77,6 @@ describe Lfs::LockFileService do
expect { subject.execute }.not_to change { PathLock.count }
end
end
=======
>>>>>>> upstream/master
end
end
end
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