expect(record.errors["stairbought"]).toeq(["The minimum increase in equity while staircasing is 1%"])
record.errors.clear
end
it"doesn't add an error to stairbought if the percentage bought is greater than or equal to the threshold (which depends on the shared ownership type)"do
@ -219,16 +234,12 @@ RSpec.describe Validations::Sales::FinancialValidations do
it"doesn't add an error to stairbought if the percentage bought is less than the smallest possible threshold and the shared ownership type is not one which should have a threshold associated with it"do