Browse Source

CLDC-1919 Add 23/24 rent ranges (#1405)

* feat: add 23/24 rent ranges csv

* fix: use new 2023/24 rent ranges after duplicates removed

* test: update seeds test to use new rent ranges count
pull/1411/head
SamSeed-Softwire 2 years ago committed by GitHub
parent
commit
2836f3cdb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7401
      config/rent_range_data/2023.csv
  2. 2
      spec/db/seeds_spec.rb

7401
config/rent_range_data/2023.csv

File diff suppressed because it is too large Load Diff

2
spec/db/seeds_spec.rb

@ -29,7 +29,7 @@ RSpec.describe "seeding process", type: task do
.and change(OrganisationRelationship, :count).by(4)
.and change(Scheme, :count).by(3)
.and change(Location, :count).by(3)
.and change(LaRentRange, :count).by(15_450)
.and change(LaRentRange, :count).by(22_850)
end
it "is idempotent" do

Loading…
Cancel
Save