|
|
@ -128,7 +128,7 @@ RSpec.describe Exports::LettingsLogExportService do |
|
|
|
context "and multiple lettings logs are available for export on same quarter" do |
|
|
|
context "and multiple lettings logs are available for export on same quarter" do |
|
|
|
before do |
|
|
|
before do |
|
|
|
FactoryBot.create(:lettings_log, startdate: Time.zone.local(2022, 2, 1), needstype: 2) |
|
|
|
FactoryBot.create(:lettings_log, startdate: Time.zone.local(2022, 2, 1), needstype: 2) |
|
|
|
FactoryBot.create(:lettings_log, startdate: Time.zone.local(2022, 3, 20)) |
|
|
|
FactoryBot.create(:lettings_log, startdate: Time.zone.local(2022, 3, 20), owning_organisation: nil) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "generates an XML manifest file with the expected content within the ZIP file" do |
|
|
|
it "generates an XML manifest file with the expected content within the ZIP file" do |
|
|
|