Results 1 issues of Philipp Otto

Hey developers, in our project we use facets and RSpec. Rspec has [an awesome feature](https://relishapp.com/rspec/rspec-mocks/v/3-2/docs/setting-constraints/matching-arguments) to check if a function was called **with** parameters like `expect(dbl).to receive(:foo).with(1, anything, /bar/)` Unfortunately...