Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential unnecessary libraries for mix prod environment #3

Closed
linearregression opened this issue Jan 5, 2016 · 0 comments
Closed
Assignees

Comments

@linearregression
Copy link

Both meck and mock are mocking libraries, for prod environment, there is no need to distribute as such. Add only:[:dev, :test] as constraint ??? This applies to other elixir projects.

i mix.exs
{:meck, "~> 0.8.2"},
{:mock, github: "jjh42/mock"},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants