Browse Source

Merge branch 'main' into CLDC-3345-rename-created-by

CLDC-3345-rename-created-by-new
natdeanlewissoftwire 8 months ago
parent
commit
10ac2825e5
  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