From 1931edc85398704681ab5ef0a128b113aea07b2d Mon Sep 17 00:00:00 2001 From: "Javier G. Montoya S" Date: Thu, 26 Dec 2024 17:11:08 -0300 Subject: [PATCH] fix(features/rspec.feature): ignore backtick on failure message check --- features/rspec.feature | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/rspec.feature b/features/rspec.feature index e73dd5b..8b584ac 100644 --- a/features/rspec.feature +++ b/features/rspec.feature @@ -28,7 +28,11 @@ Feature: rspec task """ And the output contains the following: """ - # ./spec/spec_spec.rb:2:in `block (2 levels) in ' + # ./spec/spec_spec.rb:2:in + """ + And the output contains the following: + """ + block (2 levels) in ' """ Scenario: it behaves like