Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Add meck as a testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jun 2, 2016
1 parent 4dd9023 commit 918567c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ PROJECT = autocluster

DEPS = rabbit rabbitmq_aws

TEST_DEPS = rabbit
TEST_DEPS = rabbit meck

DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

Expand Down
1 change: 1 addition & 0 deletions rabbitmq-autocluster.iml
Expand Up @@ -23,5 +23,6 @@
<orderEntry type="module" module-name="rabbit_common" />
<orderEntry type="module" module-name="rabbitmq_aws" />
<orderEntry type="module" module-name="rabbit" />
<orderEntry type="module" module-name="meck" />
</component>
</module>
1 change: 1 addition & 0 deletions rebar.config
Expand Up @@ -2,6 +2,7 @@
{minimum_otp_vsn, "17.5"}.

{deps, [
{meck, "0.8.4"},
{rabbitmq_aws, {git, "https://github.com/gmr/rabbitmq-aws.git", {tag, "0.1.2"}}},
{rabbitmq_common, {git, "https://github.com/jbrisbin/rabbit_common.git"}}
]}.
Expand Down

0 comments on commit 918567c

Please sign in to comment.