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" }