From f3988435bf931b7174ac82b8df6a139e335fecd4 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Fri, 26 Apr 2024 11:16:53 -0300 Subject: [PATCH] DEV: update describe name for discourse-assing spec integration --- spec/integration/solved_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/solved_spec.rb b/spec/integration/solved_spec.rb index 4df282d..1ee0c6c 100644 --- a/spec/integration/solved_spec.rb +++ b/spec/integration/solved_spec.rb @@ -383,7 +383,7 @@ sign_in(user) end - describe "when a post is accepted" do + describe "updating assignment status on solve when assignment_status_on_solve is set" do it "update all assignments to this status when a post is accepted" do assigner = Assigner.new(p1.topic, user) result = assigner.assign(user)