Fork me on GitHub
#leiningen
<
2017-05-06
>
lsenta04:05:14

Hi there, how does leinigen profile works?

lsenta04:05:25

If I have a library with :scope "test"

lsenta04:05:47

and I run lein doo phantom test

lsenta04:05:46

1. Will the library be there? 2. Do I need to with-profile test to enforce the profile? 3. Should I with-profile +test?