This commit is contained in:
Stan Hu 2018-08-29 11:04:56 -07:00
parent 14105b5ee9
commit b041dc201f

View file

@ -22,7 +22,7 @@ module QA
expect(page).to have_content(issue_title) expect(page).to have_content(issue_title)
end end
context 'when using attachements in comments', :object_storage do context 'when using attachments in comments', :object_storage do
let(:file_to_attach) do let(:file_to_attach) do
File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif')) File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif'))
end end