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.
1 parent db8cc1e commit 441de2fCopy full SHA for 441de2f
1 file changed
CHANGELOG.md
@@ -49,6 +49,7 @@
49
expect(Success(1)).to be_success
50
expect(Success(1)).to be_success(1)
51
expect(Success(1)).to be_success { |x| x > 0 }
52
+ expect(Success(1)).to be_a_success { |x| x > 0 }
53
54
expect(Failure(1)).to be_failure(1)
55
0 commit comments