Remove "outdated" comment
Since commit 23682fadd8, we have had the comment:
> # Review
> # Doble check why the file is stored with a name different to empty.pdf
This might be outdated.
This commit is contained in:
@@ -194,10 +194,7 @@ describe "Nested documentable" do
|
|||||||
|
|
||||||
expect(page).to have_content notice_text
|
expect(page).to have_content notice_text
|
||||||
expect(page).to have_content "Documents"
|
expect(page).to have_content "Documents"
|
||||||
expect(page).to have_content "empty.pdf"
|
expect(page).to have_link text: "empty.pdf"
|
||||||
|
|
||||||
# Review
|
|
||||||
# Doble check why the file is stored with a name different to empty.pdf
|
|
||||||
expect(page).to have_link href: /.pdf\Z/
|
expect(page).to have_link href: /.pdf\Z/
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user