Browse Source

CLDC-4241: lint

CLDC-4174-clone-q88-service-charges
Nat Dean-Lewis 3 days ago
parent
commit
0acbf4ca47
  1. 2
      spec/models/form/sales/pages/service_charge_staircasing_spec.rb

2
spec/models/form/sales/pages/service_charge_staircasing_spec.rb

@ -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

Loading…
Cancel
Save