Ivan Arakcheiev

Results 2 issues of Ivan Arakcheiev

## What is the current behavior? In `have_relationship.with_data` you can pass only actual values, it doesn't work with other matches. ## What is the new behavior? Add support for matches...

## What is the current behavior? According to docs this two lines should be equivalent: ```ruby expect(document['data']).to have_id(12) expect(document['data']).to have_id('12') ``` But the first line will fail if the `id`...