From 64de5eb81c4afc29be69c6c10984c2c93ebdf8a8 Mon Sep 17 00:00:00 2001 From: taitus Date: Thu, 21 Dec 2023 14:58:58 +0100 Subject: [PATCH] Improve describe text --- spec/system/comments/legislation_annotations_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/comments/legislation_annotations_spec.rb b/spec/system/comments/legislation_annotations_spec.rb index f56fcdf1c..e439be1dd 100644 --- a/spec/system/comments/legislation_annotations_spec.rb +++ b/spec/system/comments/legislation_annotations_spec.rb @@ -1,6 +1,6 @@ require "rails_helper" -describe "Commenting legislation questions" do +describe "Commenting legislation annotations" do let(:user) { create(:user) } let(:annotation) { create(:legislation_annotation, author: user) }