summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/issues.rb
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-05-23 23:08:00 +0300
committerFatih Acet <acetfatih@gmail.com>2016-05-23 23:08:00 +0300
commitaa2a7dad59c0db8b15aadbb58a861237a36c95ee (patch)
treed55ab82ba5c5195b003f9b29c2c17646fffbdae6 /features/steps/dashboard/issues.rb
parentb99471ca5de6e867c44ea21bf85252cd174ccec7 (diff)
parentc002a560afae7db6a5c778bc78028243c2fc945a (diff)
downloadgitlab-ce-aa2a7dad59c0db8b15aadbb58a861237a36c95ee.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into #15643
# Conflicts: # app/assets/stylesheets/pages/issuable.scss
Diffstat (limited to 'features/steps/dashboard/issues.rb')
-rw-r--r--features/steps/dashboard/issues.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/issues.rb b/features/steps/dashboard/issues.rb
index e21af72a777..8706f0e8e78 100644
--- a/features/steps/dashboard/issues.rb
+++ b/features/steps/dashboard/issues.rb
@@ -74,7 +74,7 @@ class Spinach::Features::DashboardIssues < Spinach::FeatureSteps
def project
@project ||= begin
- project =create :project
+ project = create :project
project.team << [current_user, :master]
project
end