debian-mirror-gitlab/features/steps/admin/logs.rb
2015-09-11 14:41:01 +05:30

11 lines
343 B
Ruby

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 'production.log'
expect(page).to have_content 'githost.log'
expect(page).to have_content 'application.log'
end
end