How about this?
let!(:ip_record) do
create(:ip_record) do |r|
# /spec/fixtures/foo.txt
r.attachments.attach(fixture_file_upload('foo.txt'))
end
end
How about this?
let!(:ip_record) do
create(:ip_record) do |r|
# /spec/fixtures/foo.txt
r.attachments.attach(fixture_file_upload('foo.txt'))
end
end
Advocate of Score Voting and Approval Voting. Software engineer. Father. Husband. American.
Advocate of Score Voting and Approval Voting. Software engineer. Father. Husband. American.