Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-26 16:53:34 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-26 16:54:03 +0400
commit3b2b3cff04993c7247e953c10aa8c6fb5e8d6ddb (patch)
tree4d5112ed8e0066a516bf9d46dbc8029ed02e31eb /spec
parent8bec6b0bcb100b30a43fcd9c6649d1bee113b6a7 (diff)
Move logic to image_service.
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/commits_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/commits_controller_spec.rb b/spec/controllers/commits_controller_spec.rb
index 308cfa69219..0c19d755eb1 100644
--- a/spec/controllers/commits_controller_spec.rb
+++ b/spec/controllers/commits_controller_spec.rb
@@ -6,7 +6,7 @@ describe Projects::CommitsController do
before do
sign_in(user)
- project.creator = user
+ project.team << [user, :master]
end
describe "GET show" do