diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2016-12-30 13:27:51 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-01-18 15:19:35 -0600 |
commit | 1ee4f98694f482099de9f21dc957071e53395313 (patch) | |
tree | e04958c79acc57c21c16fa3c9b21a359b03b2450 /features/steps/project/services.rb | |
parent | 9f0d794513d2ce1c990e61f4d21efe1dcad845fd (diff) | |
download | gitlab-ce-1ee4f98694f482099de9f21dc957071e53395313.tar.gz |
Fixed spinach feature tests for the services and hooks controllers
Added a test for the integrations controller
Diffstat (limited to 'features/steps/project/services.rb')
-rw-r--r-- | features/steps/project/services.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/services.rb b/features/steps/project/services.rb index a4d29770922..772b07d0ad8 100644 --- a/features/steps/project/services.rb +++ b/features/steps/project/services.rb @@ -4,7 +4,7 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps include SharedPaths step 'I visit project "Shop" services page' do - visit namespace_project_services_path(@project.namespace, @project) + visit namespace_project_settings_integrations_path(@project.namespace, @project) end step 'I should see list of available services' do |