Skip to content

Commit

Permalink
[rubyforgood#5777] Update existing spec after modifying component
Browse files Browse the repository at this point in the history
  • Loading branch information
priyapower committed Jul 17, 2024
1 parent 11fba79 commit 032207d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/components/form/title_component_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
let(:total_steps) { nil }
let(:notes) { nil }
let(:autosave) { nil }
let(:navigable) { nil }

before(:each) do
render_inline(described_class.new(title: title, subtitle: subtitle, step: step, total_steps: total_steps, notes: notes, autosave: autosave))
Expand Down

0 comments on commit 032207d

Please sign in to comment.