mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 13:16:09 +10:00
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb
12 lines
331 B
Ruby
12 lines
331 B
Ruby
class Spinach::Features::AdminLogs < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedPaths
|
|
include SharedAdmin
|
|
|
|
step '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
|