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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-05 22:59:37 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-05 22:59:37 +0400
commitd40b9ce26d9df5c9245d9a4f3c07c91dd1706f06 (patch)
treefc83e2bea851acd42ff6fae02fe9947a2d6562ff /spec
parent369df86e710bd876b3d688472cdce987e27640a3 (diff)
Admin gitolite logs. Refactored project creation. Few style fixes.
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/projects_spec.rb b/spec/requests/projects_spec.rb
index b55a4db5706..c9c348469cc 100644
--- a/spec/requests/projects_spec.rb
+++ b/spec/requests/projects_spec.rb
@@ -120,7 +120,7 @@ describe "Projects" do
visit edit_project_path(@project)
fill_in 'project_name', :with => 'Awesome'
- fill_in 'project_path', :with => 'gitlabhq'
+ fill_in 'project_code', :with => 'gitlabhq'
click_button "Save"
@project = @project.reload
end