Commit 1d3e85ac authored by Lin Jen-Shin's avatar Lin Jen-Shin

Remove not used block object

parent 18ac760d
......@@ -168,7 +168,7 @@ describe Gitlab::Checks::ChangeAccess do
let(:blob_object) { project.repository.blob_at_branch('lfs', 'files/lfs/lfs_object.iso') }
before do
allow_any_instance_of(Gitlab::Git::LfsChanges).to receive(:new_pointers) do |&lazy_block|
allow_any_instance_of(Gitlab::Git::LfsChanges).to receive(:new_pointers) do
[blob_object]
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