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