jjh42 / mock

Mocking library for Elixir language
MIT License
639 stars 81 forks source link

add assert_called_exactly #122

Closed rauann closed 3 years ago

rauann commented 3 years ago

I've added the assert_called_exactly assertation which is related to what was proposed here https://github.com/jjh42/mock/issues/116 inspired by RSpec Mocks.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3a5d26f4fb947d481d505259a3fe2fe46c820524 on rauann:rauann/add-assert-called-exactly into b97006d2ff375f55e3709e2c2bcdcefa55021193 on jjh42:master.

Olshansk commented 3 years ago

Thanks for the the contribution and the clear and detailed documentation!

benmmari commented 3 years ago

Hi @rauann, @Olshansk

I can see this PR has been merged into master, and that the readme reflects the changes. However - unless I am missing something - it doesn't look like this new functionality has been released yet?

Olshansk commented 3 years ago

Sorry about the delay, just published a new release: https://hex.pm/packages/mock/0.3.6

benmmari commented 3 years ago

Thank you 🏆