Commit 59513200 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Make sure repository is restored

parent 7df1cb52
......@@ -1215,6 +1215,10 @@ describe Gitlab::Git::Repository, seed_helper: true do
repository.create_branch('identical', 'master')
end
after do
ensure_seeds
end
it 'returns all merged branch names except for identical one' do
names = repository.merged_branch_names
......
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