From 0fc7fd25f4f93bf88a97798815e4f78557a78765 Mon Sep 17 00:00:00 2001 From: Bilka Date: Wed, 3 Apr 2024 12:08:32 +0200 Subject: [PATCH] AO3-6703 Do suppress this exception --- spec/lib/tasks/search_tasks.rake_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/tasks/search_tasks.rake_spec.rb b/spec/lib/tasks/search_tasks.rake_spec.rb index 2d1cda261c9..572d76e783a 100644 --- a/spec/lib/tasks/search_tasks.rake_spec.rb +++ b/spec/lib/tasks/search_tasks.rake_spec.rb @@ -80,7 +80,7 @@ expect { subject.invoke } .to output("#{prompt}\nTask aborted.") .to_stdout - rescue SystemExit + rescue SystemExit # rubocop:disable Lint/SuppressedException end end end