You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default Leiningen test task merges in a test-specific profile, which allows libraries such as Environ to appropriately use dev or test configurations depending on task.
This would allow users to define spec-specific profiles. All specs run by lein spec passed with this change (I do not have phantomjs installed to run the ClojureScript specs). I also could not find any specs for the leiningen.spec namespace, so I didn't write any tests.
The text was updated successfully, but these errors were encountered:
The default Leiningen
test
task merges in a test-specific profile, which allows libraries such as Environ to appropriately use dev or test configurations depending on task.My proposed patch:
This would allow users to define spec-specific profiles. All specs run by
lein spec
passed with this change (I do not havephantomjs
installed to run the ClojureScript specs). I also could not find any specs for theleiningen.spec
namespace, so I didn't write any tests.The text was updated successfully, but these errors were encountered: