Skip to content

Commit 38955ea

Browse files
authored
Merge pull request #96 from voxik/ruby34
Ruby 3.4 replaces initial backtick by single quote
2 parents 1722532 + f62f97e commit 38955ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/its.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Feature: attribute of subject
159159
When I run rspec
160160
Then the example should fail
161161
And the output should contain "Failure/Error: its(:foo) { will_not raise_error }"
162-
And the output should contain "expected no Exception, got #<NoMethodError: undefined method `foo'"
162+
And the output should match /expected no Exception, got #<NoMethodError: undefined method [`']foo'/
163163

164164
Scenario: examples will warn when using non block expectations
165165
Given a file named "example_spec.rb" with:

0 commit comments

Comments
 (0)