3 changed files with 4 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||||||
module StimulusControllerAttributeHelper |
module QuestionAttributeHelper |
||||||
def stimulus_html_attributes(question) |
def stimulus_html_attributes(question) |
||||||
attribs = [ |
attribs = [ |
||||||
numeric_question_html_attributes(question), |
numeric_question_html_attributes(question), |
@ -1,6 +1,6 @@ |
|||||||
require "rails_helper" |
require "rails_helper" |
||||||
|
|
||||||
RSpec.describe StimulusControllerAttributeHelper do |
RSpec.describe QuestionAttributeHelper do |
||||||
let(:form) { Form.new(2021, 2022) } |
let(:form) { Form.new(2021, 2022) } |
||||||
let(:questions) { form.questions_for_page("rent") } |
let(:questions) { form.questions_for_page("rent") } |
||||||
|
|
Loading…
Reference in new issue