From 43b08d5f8799a8f3c703f3d0d263b3cbcbacb3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Wed, 22 Nov 2023 11:51:52 +0100 Subject: [PATCH] Again, no test for transactions so mutant is strict on removing them Co-authored-by: Szymon Fiedler Co-authored-by: Piotr Jurewicz --- examples/rails_way/.mutant.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/rails_way/.mutant.yml b/examples/rails_way/.mutant.yml index dc8c7f7..93d7ff9 100644 --- a/examples/rails_way/.mutant.yml +++ b/examples/rails_way/.mutant.yml @@ -9,3 +9,5 @@ matcher: - ProjectManagement* ignore: - ProjectManagement::Test* + - ProjectManagement::CommandHandler#load_issue + - ProjectManagement::CommandHandler#create_issue