This adds two small functionalities to the existing expectations, with the aim to be able
to do small changes to existing expectations without having to create a whole new one
each time:
filter_result_with allows to change the result returned by an expectation
achieve and maintain now accept a block as description, to allow for a
more dynamic description (as e.g. expected 10 samples, received 5)
This adds two small functionalities to the existing expectations, with the aim to be able to do small changes to existing expectations without having to create a whole new one each time:
filter_result_with
allows to change the result returned by an expectationachieve
andmaintain
now accept a block as description, to allow for a more dynamic description (as e.g.expected 10 samples, received 5
)