We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1722532 + f62f97e commit 38955eaCopy full SHA for 38955ea
features/its.feature
@@ -159,7 +159,7 @@ Feature: attribute of subject
159
When I run rspec
160
Then the example should fail
161
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'"
+ And the output should match /expected no Exception, got #<NoMethodError: undefined method [`']foo'/
163
164
Scenario: examples will warn when using non block expectations
165
Given a file named "example_spec.rb" with:
0 commit comments