aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@gmail.com>2016-11-22 13:37:00 +0000
committerSteven Blowers <shdblowers@gmail.com>2016-11-22 13:37:00 +0000
commite08eb7c1f4f9b2ac56433a465a4b07bbfc7e8530 (patch)
treeccf29a646449ab9afd766433d50ec2b8e6666cc2 /mix.exs
parentea7f4479f151f95d4f1c1b7df121b4ec0dc6e309 (diff)
downloadzendex-e08eb7c1f4f9b2ac56433a465a4b07bbfc7e8530.tar.gz
zendex-e08eb7c1f4f9b2ac56433a465a4b07bbfc7e8530.tar.xz
trying out using meck on tickets module
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 41d57fd..b1b6160 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},