From 4a8e717a74dfc88291e9af37295c1b585c21d73e Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:14:17 +0100 Subject: [PATCH] Add application helper --- spec/helpers/title_helper_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/helpers/title_helper_spec.rb b/spec/helpers/title_helper_spec.rb index f38fc45c5..38316f638 100644 --- a/spec/helpers/title_helper_spec.rb +++ b/spec/helpers/title_helper_spec.rb @@ -1,6 +1,8 @@ require "rails_helper" RSpec.describe TitleHelper do + include ApplicationHelper + describe "#format_label" do let(:item) { "organisation" }