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