summaryrefslogtreecommitdiff
path: root/features/steps/project/create.rb
diff options
context:
space:
mode:
authorEirik Lygre <eirik.lygre@gmail.com>2015-12-09 02:02:53 +0100
committerEirik Lygre <eirik.lygre@gmail.com>2015-12-09 02:02:53 +0100
commit94dc9ef9e1a85b8a4506358479a549dc3a1306b6 (patch)
tree6e7902ffea43875a924166f465ff6cb78f8f208e /features/steps/project/create.rb
parent430aa23a5b82b34912dc86c323087fabd2849b7c (diff)
downloadgitlab-ce-94dc9ef9e1a85b8a4506358479a549dc3a1306b6.tar.gz
Move ssh-key steps into SharedUser. Change references in "Explore Projects" feature. Apply ssh-key requirement to "Project Create" feature.
Diffstat (limited to 'features/steps/project/create.rb')
-rw-r--r--features/steps/project/create.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/steps/project/create.rb b/features/steps/project/create.rb
index 0d39e1997b5..f90218f3791 100644
--- a/features/steps/project/create.rb
+++ b/features/steps/project/create.rb
@@ -1,6 +1,7 @@
class Spinach::Features::ProjectCreate < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
+ include SharedUser
step 'fill project form with valid data' do
fill_in 'project_path', with: 'Empty'