Skip to content

Commit

Permalink
Update sentence in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Aug 19, 2017
1 parent c26b9ff commit 8725926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ defmodule MyTest do
end
````

You can mock functions that return different values:
You can mock functions that return different values depending on the input:

```` elixir
defmodule MyTest do
use ExUnit.Case, async: false

import Mock

test "mock functions with multiple returns" do
with_mocks(HTTPotion, [
get: fn
Expand Down

0 comments on commit 8725926

Please sign in to comment.