Currently, we have a matcher `assert_pass` that internally combines two 
matchers as follows.

```ruby
def pass_with(args)
  pass.and _pass_with(args) # TODO: abort when {pass} fails
end
```

What we need, though, is to have `pass` abort if it fails, and not run 
`_pass_with`. Presently, both matchers are run regardless of which one 
fails. Is it possible to do so? 

Many thanks in advance and best wishes for 2022,

Nick

-- 
You received this message because you are subscribed to the Google Groups 
"rspec" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rspec+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rspec/ecdfcced-840c-49e4-9095-22c1ebd510f6n%40googlegroups.com.

Reply via email to