@ -8,4 +8,4 @@ module Validations::SalesValidations
record.errors.add :beds, "Number of bedrooms must be between 1 and 9"
end
@ -24,4 +24,4 @@ RSpec.describe Validations::SalesValidations do
expect(record.errors).eql?(expected_error)