summaryrefslogtreecommitdiff
path: root/features/steps/admin/logs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/admin/logs.rb')
-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