Fix spec/features/projects/jobs_spec.rb

This commit is contained in:
Shinya Maeda 2018-04-23 14:26:04 +09:00
parent 9b6a495208
commit 7c90fd774d
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ feature 'Jobs', :clean_gitlab_redis_shared_state do
it 'loads job trace' do
expect(page).to have_content 'BUILD TRACE'
job.trace.write do |stream|
job.trace.write('a+b') do |stream|
stream.append(' and more trace', 11)
end