summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-09-01 12:49:28 +0200
committerJacob Vosmaer <jacob@gitlab.com>2017-09-01 12:49:28 +0200
commit129d6bf2de3195263553e706d1ecbb04ebb71441 (patch)
treecbfd5b00ad89d9d5c7f183f4266e64aa86edefc5
parente81229805d887ad5809db6de982fa35543761d00 (diff)
downloadgitlab-ce-git-operation-service-to-git.tar.gz
-rw-r--r--spec/models/repository_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/repository_spec.rb b/spec/models/repository_spec.rb
index ff56ddf0e5e..0c2dcb98ca2 100644
--- a/spec/models/repository_spec.rb
+++ b/spec/models/repository_spec.rb
@@ -1080,7 +1080,7 @@ describe Repository, models: true do
expect(repository).to receive(:expire_branches_cache)
repository.with_branch(user, 'new-feature') do
- new_rev
+ new_rev
end
end
end