|
|
|
@ -236,7 +236,7 @@ RSpec.describe Organisation, type: :model do
|
|
|
|
|
|
|
|
|
|
it "does not include data protection agreement" do |
|
|
|
|
expect(organisation.display_organisation_attributes).to eq( |
|
|
|
|
[{ editable: true, name: "Name", value: "DLUHC" }, |
|
|
|
|
[ |
|
|
|
|
{ editable: false, name: "Organisation ID", value: "ORG#{organisation.id}" }, |
|
|
|
|
{ editable: true, |
|
|
|
|
name: "Address", |
|
|
|
@ -245,7 +245,8 @@ RSpec.describe Organisation, type: :model do
|
|
|
|
|
{ editable: false, name: "Type of provider", value: "Local authority" }, |
|
|
|
|
{ editable: false, name: "Registration number", value: "1234" }, |
|
|
|
|
{ editable: false, format: :bullet, name: "Rent periods", value: %w[All] }, |
|
|
|
|
{ editable: false, name: "Owns housing stock", value: "Yes" }], |
|
|
|
|
{ editable: false, name: "Owns housing stock", value: "Yes" }, |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|