Fix typo
This commit is contained in:
parent
14105b5ee9
commit
b041dc201f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue