summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
authorjurre <jurrestender+github@gmail.com>2016-12-13 11:17:32 +0100
committerjurre <jurrestender+github@gmail.com>2016-12-13 17:13:21 +0100
commit0469e7dffd13646a211a456341c9459b8ff5f7ad (patch)
treeb4c7179c0b3fb464fb9ea5c5f5c20ffb8375d5c7 /features/steps/shared
parentdf629173d97ffcb7ecda306e83024abc7abae3f7 (diff)
downloadgitlab-ce-0469e7dffd13646a211a456341c9459b8ff5f7ad.tar.gz
Move admin settings spinach feature to rspec
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index 2bd8ea745e4..d36eff5cf16 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -203,10 +203,6 @@ module SharedPaths
visit admin_teams_path
end
- step 'I visit admin settings page' do
- visit admin_application_settings_path
- end
-
step 'I visit spam logs page' do
visit admin_spam_logs_path
end