|
|
|
|
@ -12,11 +12,11 @@ RSpec.describe Form::Lettings::Pages::PersonRelationshipToLead, type: :model do
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "has the correct header" do |
|
|
|
|
expect(page.header).to eq("") |
|
|
|
|
expect(page.header).to be nil |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "has the correct description" do |
|
|
|
|
expect(page.description).to eq("") |
|
|
|
|
expect(page.description).to be nil |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
context "with person 2" do |
|
|
|
|
|