Skip to content

Releases: jjh42/mock

Bug fixes and readme updates

01 Dec 02:38
Compare
Choose a tag to compare
  • Add fix to :meck.unload
  • Add tests
  • Update README
  • Add thin wrapper for :meck.passthrough

Minor improvements

13 Feb 03:17
Compare
Choose a tag to compare
  • Bumped meck version to 0.8.13
  • Improved documentation
  • Remove implicit dependency on ExUnit

Minor edits

04 Aug 19:46
Compare
Choose a tag to compare
  • Add assert_called
  • Test fixes
  • Version updates

0.3.0

19 Aug 02:00
Compare
Choose a tag to compare
  • Bump meck to 0.8.7 and update some other dependencies
  • Add setup_with_mocks macro
  • Update README with more examples

0.0.3

08 Jul 18:05
Compare
Choose a tag to compare
  • enhancements
    • Add optional options parameter to mocking methods. This allows
      you to specify :passthrough to meck.
  • bug fix
  • deprecations
  • backwards incompatible changes