Commit e14d1051 authored by James Lopez's avatar James Lopez

fix import feature v2

parent a9ac9ed1
...@@ -14,7 +14,7 @@ Background: ...@@ -14,7 +14,7 @@ Background:
@javascript @javascript
Scenario: I should see instructions on how to import from Git URL Scenario: I should see instructions on how to import from Git URL
Given I see "New Project" page Given I see "New Project" page
When I click on "Any repo by URL" When I click on "Repo by URL"
Then I see instructions on how to import from Git URL Then I see instructions on how to import from Git URL
@javascript @javascript
......
...@@ -20,7 +20,7 @@ module Gitlab ...@@ -20,7 +20,7 @@ module Gitlab
'Gitorious.org' => 'gitorious', 'Gitorious.org' => 'gitorious',
'Google Code' => 'google_code', 'Google Code' => 'google_code',
'FogBugz' => 'fogbugz', 'FogBugz' => 'fogbugz',
'Any repo by URL' => 'git', 'Repo by URL' => 'git',
'GitLab project' => 'gitlab_project' 'GitLab project' => 'gitlab_project'
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment