Add budget image to Budget and image factories and model

This commit is contained in:
karim-semmoud
2023-06-13 11:47:22 +02:00
committed by Javi Martín
parent 443c5e0a53
commit f4973498be
3 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ require "rails_helper"
describe Image do
it_behaves_like "image validations", "budget_investment_image"
it_behaves_like "image validations", "budget_image"
it_behaves_like "image validations", "proposal_image"
it "stores attachments with Active Storage" do