Browse Source

refactor: linting

pull/1286/head
natdeanlewissoftwire 3 years ago
parent
commit
d310fd4ddb
  1. 4
      spec/models/form/sales/questions/staircase_sale_spec.rb

4
spec/models/form/sales/questions/staircase_sale_spec.rb

@ -27,10 +27,6 @@ RSpec.describe Form::Sales::Questions::StaircaseSale, type: :model do
expect(question.type).to eq("radio") expect(question.type).to eq("radio")
end end
it "has the correct type" do
expect(question.type).to eq("radio")
end
it "is not marked as derived" do it "is not marked as derived" do
expect(question.derived?).to be false expect(question.derived?).to be false
end end

Loading…
Cancel
Save