aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@users.noreply.github.com>2016-11-22 19:54:09 +0000
committerGitHub <noreply@github.com>2016-11-22 19:54:09 +0000
commit088cd593dfa638655bb77923197a50e1c4a7a336 (patch)
treed8562b66308c0dbedbf667b91c20678031343c49 /mix.exs
parent5c296447ad55a5e3f3e8503ed19befe106e3261b (diff)
parent5473dacfe2da5ca3dbe38360b49be7f1611d092b (diff)
downloadzendex-088cd593dfa638655bb77923197a50e1c4a7a336.tar.gz
zendex-088cd593dfa638655bb77923197a50e1c4a7a336.tar.xz
Merge pull request #2 from shdblowers/meck
Meck
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 245d700..30f508f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -24,6 +24,7 @@ defmodule Zendex.Mixfile do
defp deps do
[{:httpoison, "~> 0.9"},
{:poison, "~> 2.2"},
+ {:meck, "~> 0.8.4", only: :test},
{:ex_doc, ">= 0.0.0", only: :dev},
{:credo, "~> 0.4", only: :dev},
{:dialyxir, "~> 0.3", only: :dev},