diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-11-12 13:46:50 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-11-18 12:02:09 +0100 |
commit | d0ec28827d33d00ca637b1962b370313701ac3a0 (patch) | |
tree | 25a7f8d2e19b1d8e26259deb53a05221a6a48aea /features | |
parent | 5e8ddd3c2d898367f6bb377df02e40754850d4f3 (diff) | |
download | gitlab-ce-d0ec28827d33d00ca637b1962b370313701ac3a0.tar.gz |
Fix specs
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/dashboard/new_project.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/dashboard/new_project.rb b/features/steps/dashboard/new_project.rb index 44a4aa9844a..a0aad66184d 100644 --- a/features/steps/dashboard/new_project.rb +++ b/features/steps/dashboard/new_project.rb @@ -44,7 +44,6 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps git_import_instructions = first('.js-toggle-content') expect(git_import_instructions).to be_visible expect(git_import_instructions).to have_content "Git repository URL" - expect(git_import_instructions).to have_content "The repository must be accessible over HTTP(S). If it is not publicly accessible, you can add authentication information to the URL:" end step 'I click on "Google Code"' do |