Browse Source

create instead of find and create laRentRange record

pull/411/head
Kat 3 years ago
parent
commit
24fb119cb5
  1. 2
      spec/models/validations/financial_validations_spec.rb

2
spec/models/validations/financial_validations_spec.rb

@ -716,7 +716,7 @@ RSpec.describe Validations::FinancialValidations do
context "when validating ranges based on LA and needstype" do
before do
LaRentRange.find_or_create_by(
LaRentRange.create(
ranges_rent_id: "1",
la: "E07000223",
beds: 1,

Loading…
Cancel
Save