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:
Diffstat (limited to 'spec/requests/projects_spec.rb')
-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 e6b6f19cbcd..f3be8075283 100644
--- a/spec/requests/projects_spec.rb
+++ b/spec/requests/projects_spec.rb
@@ -134,7 +134,7 @@ describe "Projects" do
visit edit_project_path(@project)
fill_in 'Name', :with => 'Awesome'
- fill_in 'Path', :with => 'legit'
+ fill_in 'Path', :with => 'gitlabhq'
fill_in 'Description', :with => 'Awesome project'
click_button "Save"
@project = @project.reload