Commit 51ceacb1 authored by Robert Speicher's avatar Robert Speicher

Add missing third argument to `Git::Repository#initialize` in spec

parent c15ee528
...@@ -980,7 +980,7 @@ describe Gitlab::Git::Repository, seed_helper: true do ...@@ -980,7 +980,7 @@ describe Gitlab::Git::Repository, seed_helper: true do
context 'with local and remote branches' do context 'with local and remote branches' do
let(:repository) do let(:repository) do
Gitlab::Git::Repository.new('default', File.join(TEST_MUTABLE_REPO_PATH, '.git')) Gitlab::Git::Repository.new('default', File.join(TEST_MUTABLE_REPO_PATH, '.git'), '')
end end
before do before do
......
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