Browse Source

CLDC-3391 Update resources with new rent period (#2387)

* feat: update documents with new period

* feat: update tests
CLDC-3345-rename-created-by-new^2
natdeanlewissoftwire 8 months ago committed by GitHub
parent
commit
ff329d4c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      public/files/2023_24_lettings_paper_form.pdf
  2. BIN
      public/files/2024_25_lettings_paper_form.pdf
  3. BIN
      public/files/bulk-upload-lettings-legacy-template-2023-24.xlsx
  4. BIN
      public/files/bulk-upload-lettings-specification-2023-24.xlsx
  5. BIN
      public/files/bulk-upload-lettings-specification-2024-25.xlsx
  6. BIN
      public/files/bulk-upload-lettings-template-2023-24.xlsx
  7. BIN
      public/files/bulk-upload-lettings-template-2024-25.xlsx
  8. 2
      spec/helpers/collection_resources_helper_spec.rb

BIN
public/files/2023_24_lettings_paper_form.pdf

Binary file not shown.

BIN
public/files/2024_25_lettings_paper_form.pdf

Binary file not shown.

BIN
public/files/bulk-upload-lettings-legacy-template-2023-24.xlsx

Binary file not shown.

BIN
public/files/bulk-upload-lettings-specification-2023-24.xlsx

Binary file not shown.

BIN
public/files/bulk-upload-lettings-specification-2024-25.xlsx

Binary file not shown.

BIN
public/files/bulk-upload-lettings-template-2023-24.xlsx

Binary file not shown.

BIN
public/files/bulk-upload-lettings-template-2024-25.xlsx

Binary file not shown.

2
spec/helpers/collection_resources_helper_spec.rb

@ -13,7 +13,7 @@ RSpec.describe CollectionResourcesHelper do
context "without pages" do
it "returns correct metadata" do
expect(file_type_size_and_pages("bulk-upload-lettings-template-2023-24.xlsx")).to eq("Microsoft Excel, 15 KB")
expect(file_type_size_and_pages("bulk-upload-lettings-template-2023-24.xlsx")).to eq("Microsoft Excel, 19 KB")
end
end
end

Loading…
Cancel
Save