summaryrefslogtreecommitdiff
path: root/features/steps/admin
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2016-12-06 13:54:35 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2016-12-06 22:16:32 +0500
commite16bc50d363fe65bbceb8aed39a0e19ec91b3329 (patch)
tree67a8bf258d3053705511f8ff977febd8befe9c14 /features/steps/admin
parent18201ace36f13eb916737154178d700feb4eeec6 (diff)
downloadgitlab-ce-e16bc50d363fe65bbceb8aed39a0e19ec91b3329.tar.gz
Move admin logs spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/steps/admin')
-rw-r--r--features/steps/admin/logs.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/features/steps/admin/logs.rb b/features/steps/admin/logs.rb
deleted file mode 100644
index 63881d69146..00000000000
--- a/features/steps/admin/logs.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-class Spinach::Features::AdminLogs < Spinach::FeatureSteps
- include SharedAuthentication
- include SharedPaths
- include SharedAdmin
-
- step 'I should see tabs with available logs' do
- expect(page).to have_content 'test.log'
- expect(page).to have_content 'githost.log'
- expect(page).to have_content 'application.log'
- end
-end