Skip to content

Commit

Permalink
Update mox.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jul 19, 2021
1 parent 28c2963 commit e0ea52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Mox do
Mox is a library for defining concurrent mocks in Elixir.
The library follows the principles outlined in
["Mocks and explicit contracts"](http://blog.plataformatec.com.br/2015/10/mocks-and-explicit-contracts/),
["Mocks and explicit contracts"](https://dashbit.co/blog/mocks-and-explicit-contracts),
summarized below:
1. No ad-hoc mocks. You can only create mocks based on behaviours
Expand Down

0 comments on commit e0ea52f

Please sign in to comment.