refactor(watermark): use column instead of metadata on blob
This commit is contained in:
parent
456be420fa
commit
d469bca0ae
7 changed files with 31 additions and 13 deletions
|
@ -39,7 +39,7 @@ RSpec.describe Attachment::PendingPollComponent, type: :component do
|
|||
|
||||
context "when waterkmark is done" do
|
||||
before do
|
||||
attachment.blob[:metadata] = { watermark: true }
|
||||
attachment.blob.touch(:watermarked_at)
|
||||
end
|
||||
|
||||
it "does not render" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue