|
|
|
@ -374,6 +374,7 @@ RSpec.describe LocationsHelper do |
|
|
|
LocalAuthorityLink.create!(local_authority_id: LocalAuthority.find_by(code: "E07000030").id, linked_local_authority_id: LocalAuthority.find_by(code: "E06000063").id) |
|
|
|
LocalAuthorityLink.create!(local_authority_id: LocalAuthority.find_by(code: "E07000030").id, linked_local_authority_id: LocalAuthority.find_by(code: "E06000063").id) |
|
|
|
LocalAuthorityLink.create!(local_authority_id: LocalAuthority.find_by(code: "E08000016").id, linked_local_authority_id: LocalAuthority.find_by(code: "E08000038").id) |
|
|
|
LocalAuthorityLink.create!(local_authority_id: LocalAuthority.find_by(code: "E08000016").id, linked_local_authority_id: LocalAuthority.find_by(code: "E08000038").id) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
context "when the location LA's have changed" do |
|
|
|
context "when the location LA's have changed" do |
|
|
|
let(:location) { FactoryBot.create(:location, location_code: "E07000030") } |
|
|
|
let(:location) { FactoryBot.create(:location, location_code: "E07000030") } |
|
|
|
|
|
|
|
|
|
|
|
|