Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2019-12-08 18:07:58 +00:00
parent 7d1ac99682
commit f7c17a066a
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ describe Gitlab::GitalyClient::CleanupService do
let(:client) { described_class.new(project.repository) }
describe '#apply_bfg_object_map_stream' do
before do
::Gitlab::GitalyClient.clear_stubs!
end
it 'sends an apply_bfg_object_map_stream message' do
expect_next_instance_of(Gitaly::CleanupService::Stub) do |instance|
expect(instance).to receive(:apply_bfg_object_map_stream)