diff --git a/spec/components/form/title_component_spec.rb b/spec/components/form/title_component_spec.rb index 3c1cfe0c82..d837e44901 100644 --- a/spec/components/form/title_component_spec.rb +++ b/spec/components/form/title_component_spec.rb @@ -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))