diff options
author | Rémy Coutable <remy@rymai.me> | 2017-01-15 23:07:16 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-01-15 23:07:16 +0000 |
commit | 3608a1e8758dbe6b6e3130d632144ffb797ca049 (patch) | |
tree | ed471616349067a325ecb6e39076d5c468c364a6 /features/steps/shared/paths.rb | |
parent | f1bd9f05e2ca0c165f06c47c32d44f2951265e6e (diff) | |
parent | cec230bdf5c7206570c7828769d8e5481e7c4720 (diff) | |
download | gitlab-ce-3608a1e8758dbe6b6e3130d632144ffb797ca049.tar.gz |
Merge branch 'move-admin-groups-spinach-test-to-rspec' into 'master'
Move admin groups spinach tests to rspec
See merge request !8313
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r-- | features/steps/shared/paths.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 15b81fa529b..670e6ca49a3 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -191,10 +191,6 @@ module SharedPaths visit admin_background_jobs_path end - step 'I visit admin groups page' do - visit admin_groups_path - end - step 'I visit admin teams page' do visit admin_teams_path end |