Browse Source

CLDC-2774 Update lettings materials (#1939)

* feat: update lettings materials

* feat: update tests

* refactor: lint
CLDC-2835-review-app-branch
natdeanlewissoftwire 1 year ago committed by GitHub
parent
commit
5b85c68be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      public/files/2023_24_lettings_paper_form.pdf
  2. BIN
      public/files/bulk-upload-lettings-legacy-template-2023-24.xlsx
  3. BIN
      public/files/bulk-upload-lettings-specification-2023-24.xlsx
  4. BIN
      public/files/bulk-upload-lettings-template-2023-24.xlsx
  5. 2
      spec/helpers/collection_resources_helper_spec.rb

BIN
public/files/2023_24_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-template-2023-24.xlsx

Binary file not shown.

2
spec/helpers/collection_resources_helper_spec.rb

@ -7,7 +7,7 @@ RSpec.describe CollectionResourcesHelper do
describe "when displaying file metadata" do
context "with pages" do
it "returns correct metadata" do
expect(file_type_size_and_pages("2023_24_lettings_paper_form.pdf", number_of_pages: 8)).to eq("PDF, 286 KB, 8 pages")
expect(file_type_size_and_pages("2023_24_lettings_paper_form.pdf", number_of_pages: 8)).to eq("PDF, 285 KB, 8 pages")
end
end

Loading…
Cancel
Save