summaryrefslogtreecommitdiff
path: root/features/steps/profile/profile.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-01-19 10:08:11 -0600
committerDouwe Maan <douwe@selenight.nl>2017-01-19 10:08:11 -0600
commit2b37e4c1995284a4871d6d7077b0884e95c2496e (patch)
tree615e0a3c063ac7e93001434a4a0932cb061e8cc9 /features/steps/profile/profile.rb
parentf928e19cb572b34d93baaa5e3040d99fc5ba9939 (diff)
parent52762df285751dec4e54c4c55be5bbecb3bd4fc9 (diff)
downloadgitlab-ce-2b37e4c1995284a4871d6d7077b0884e95c2496e.tar.gz
Merge branch 'master' into copy-as-md
# Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6
Diffstat (limited to 'features/steps/profile/profile.rb')
-rw-r--r--features/steps/profile/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index ea480d2ad68..24cfbaad7fe 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -162,7 +162,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
step 'I have group with projects' do
@group = create(:group)
@group.add_owner(current_user)
- @project = create(:project, namespace: @group)
+ @project = create(:project, :repository, namespace: @group)
@event = create(:closed_issue_event, project: @project)
@project.team << [current_user, :master]