Skip to content

Commit

Permalink
fix(features/rspec.feature): ignore backtick on failure message check
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmontoya authored and mjankowski committed Jan 3, 2025
1 parent 7f03671 commit b8a12fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion features/rspec.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ Feature: rspec task
"""
And the output contains the following:
"""
# ./spec/spec_spec.rb:2:in `block (2 levels) in <top (required)>'
# ./spec/spec_spec.rb:2:in
"""
And the output contains the following:
"""
block (2 levels) in <top (required)>'
"""

Scenario: it behaves like
Expand Down

0 comments on commit b8a12fb

Please sign in to comment.