mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
12 lines
312 B
Ruby
12 lines
312 B
Ruby
class AdminLogs < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedPaths
|
|
include SharedAdmin
|
|
|
|
Then 'I should see tabs with available logs' do
|
|
page.should have_content 'production.log'
|
|
page.should have_content 'githost.log'
|
|
page.should have_content 'application.log'
|
|
end
|
|
end
|