diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-01-23 18:51:16 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-06 14:51:18 -0600 |
commit | 60045195462562c985c6a3a70c899adfe04be2f5 (patch) | |
tree | 083e0c291c832acf7f472d052aa2414064ba1f28 /spec/features/variables_spec.rb | |
parent | 8ffe586b778b905f57382485140efea4c3dcad93 (diff) | |
download | gitlab-ce-60045195462562c985c6a3a70c899adfe04be2f5.tar.gz |
Fixed tests, renamed files and methods
Diffstat (limited to 'spec/features/variables_spec.rb')
-rw-r--r-- | spec/features/variables_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/variables_spec.rb b/spec/features/variables_spec.rb index ff30ffd7820..9a4bc027004 100644 --- a/spec/features/variables_spec.rb +++ b/spec/features/variables_spec.rb @@ -10,7 +10,7 @@ describe 'Project variables', js: true do project.team << [user, :master] project.variables << variable - visit namespace_project_variables_path(project.namespace, project) + visit namespace_project_settings_ci_cd_path(project.namespace, project) end it 'shows list of variables' do |