|
|
|
|
@ -49,4 +49,8 @@ RSpec.describe Form::Lettings::Questions::RentType, type: :model do
|
|
|
|
|
it "is not marked as derived" do |
|
|
|
|
expect(question.derived?).to be false |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "has the guidance partial" do |
|
|
|
|
expect(question.guidance_partial).to eq("rent_type_definitions") |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|