|
|
|
@ -12,7 +12,7 @@ RSpec.describe Form::Sales::Pages::ServiceChargeStaircasing, type: :model do |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "has correct questions" do |
|
|
|
it "has correct questions" do |
|
|
|
expect(page.questions.map(&:id)).to eq(%w[has_mscharge mscharge]) |
|
|
|
expect(page.questions.map(&:id)).to be(%w[has_mscharge mscharge]) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "has the correct id" do |
|
|
|
it "has the correct id" do |
|
|
|
|