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