From 8d71e1fac5814cf6750fe5634ef255dd61a6e7ab Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sat, 22 Jun 2024 17:28:04 +0200 Subject: [PATCH] fix regex --- features/parallel_tests.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/parallel_tests.feature b/features/parallel_tests.feature index cef36cfd..3422ada9 100644 --- a/features/parallel_tests.feature +++ b/features/parallel_tests.feature @@ -66,4 +66,4 @@ Feature: end """ When I successfully run `bundle exec parallel_rspec spec` - Then the output should not match /+cover.+below.+minimum/ + Then the output should not match /.*cover.+below.+minimum/