diff --git a/spec/helpers/item_label_helper_spec.rb b/spec/helpers/item_label_helper_spec.rb index 244b552c2..c98029a11 100644 --- a/spec/helpers/item_label_helper_spec.rb +++ b/spec/helpers/item_label_helper_spec.rb @@ -3,7 +3,7 @@ require "rails_helper" RSpec.describe ItemLabelHelper do let(:item) { "organisation" } - describe "get the correct label" do + describe "#format_label" do it "returns singular when count is 1" do expect(format_label(1, item)).to eq("organisation") end