pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Potential unnecessary libraries for mix prod environment #3

Closed linearregression closed 8 years ago

linearregression commented 8 years ago

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"},