debian-mirror-gitlab/features/steps/admin/logs.rb

12 lines
331 B
Ruby
Raw Normal View History

2015-04-26 12:48:37 +05:30
class Spinach::Features::AdminLogs < Spinach::FeatureSteps
2014-09-02 18:07:02 +05:30
include SharedAuthentication
include SharedPaths
include SharedAdmin
2015-04-26 12:48:37 +05:30
step 'I should see tabs with available logs' do
2014-09-02 18:07:02 +05:30
page.should have_content 'production.log'
page.should have_content 'githost.log'
page.should have_content 'application.log'
end
end