diff options
author | jurre <jurrestender+github@gmail.com> | 2016-12-13 16:22:18 +0100 |
---|---|---|
committer | jurre <jurrestender+github@gmail.com> | 2016-12-19 17:41:54 +0100 |
commit | a0c48ec62b64f3b836d8af04c46938d6951911ef (patch) | |
tree | 738228f51fb58be946eaf4f93c8f0fb308d7c997 /features/steps/shared/paths.rb | |
parent | 60f61096e17dee7ebedd94cc5f70703067528bc7 (diff) | |
download | gitlab-ce-a0c48ec62b64f3b836d8af04c46938d6951911ef.tar.gz |
Move Admin Appearance spinach feature to rspec
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 a78d0a775ba..15b81fa529b 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -195,10 +195,6 @@ module SharedPaths visit admin_groups_path end - step 'I visit admin appearance page' do - visit admin_appearances_path - end - step 'I visit admin teams page' do visit admin_teams_path end |