Skip to content

Commit

Permalink
AO3-6703 Do suppress this exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 committed Apr 3, 2024
1 parent 6916d56 commit 0fc7fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/tasks/search_tasks.rake_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0fc7fd2

Please sign in to comment.