Browse Source

Spec

pull/491/head
baarkerlounger 3 years ago
parent
commit
5865c1b8b0
  1. 1
      spec/helpers/question_view_helper_spec.rb

1
spec/helpers/question_view_helper_spec.rb

@ -69,6 +69,7 @@ RSpec.describe QuestionViewHelper do
context "when viewinng a conditional question" do
let(:conditional) { true }
let(:tag) { "" }
it "returns an options hash with a medium question header" do
expect(question_view_helper).to eq(legend_options_hash)

Loading…
Cancel
Save