Dealing with Direct Upload Attachments in Tests
The process of directly uploading an attachment means that you are attaching a blob using the blob's `signed_id`. Read on to see how to access a blob's signed_id before the blob is attached to your ActiveRecord model instance in an RSpec suite.