3 changed files with 3 additions and 3 deletions
@ -1,4 +1,4 @@
|
||||
class Form::Sales::Questions::LeaseholdChargesKnown < ::Form::Question |
||||
class Form::Sales::Questions::HasLeaseholdCharges < ::Form::Question |
||||
def initialize(id, hsh, subsection, ownershipsch:) |
||||
super(id, hsh, subsection) |
||||
@id = "has_mscharge" |
||||
@ -1,6 +1,6 @@
|
||||
require "rails_helper" |
||||
|
||||
RSpec.describe Form::Sales::Questions::LeaseholdChargesKnown, type: :model do |
||||
RSpec.describe Form::Sales::Questions::HasLeaseholdCharges, type: :model do |
||||
subject(:question) { described_class.new(question_id, question_definition, page, ownershipsch: 1) } |
||||
|
||||
let(:question_id) { nil } |
||||
Loading…
Reference in new issue