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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-12-24 16:27:26 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-12-24 16:27:26 +0300
commit5cf2bd4c997d84e9a02d722d6ba870c24b06cc0f (patch)
tree6175021f35173b865cfa436548a92a7995368ea0 /features/steps/project
parentfe68c45aa566b436a122c1598c58006d37472e8d (diff)
parentf775809910a2c8ebec1887ec39ba33325d00171a (diff)
Merge branch 'project-path' into 'master'
Project path Fixes gitlab/gitlabhq#1781, gitlab/gitlabhq#1763 See merge request !1337
Diffstat (limited to 'features/steps/project')
-rw-r--r--features/steps/project/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/create.rb b/features/steps/project/create.rb
index e1062a6ce39..6b07b62f16f 100644
--- a/features/steps/project/create.rb
+++ b/features/steps/project/create.rb
@@ -3,7 +3,7 @@ class Spinach::Features::ProjectCreate < Spinach::FeatureSteps
include SharedPaths
step 'fill project form with valid data' do
- fill_in 'project_name', with: 'Empty'
+ fill_in 'project_path', with: 'Empty'
click_button "Create project"
end