Fork me on GitHub
#boot
<
2015-12-02
>
clem17:12:35

Is there a built-in task for processing stencil templates?

clem17:12:28

boot-template looks like a close match — think I can retool it to my purpose.

donmullen18:12:21

@alandipert: is boot-template something people are using to generate new projects from template — like lein new?

alandipert18:12:30

@donmullen: na... using it to generate configuration for logging, AWS

alandipert18:12:49

it works on stuff in the fileset

codemartin23:12:56

Hi! I'm setting up tests in boot, and am having some troubles. The problem is that the test I write don't seem to load (even if boot says it tests the namespace containing the test. Here is a paste of my build.boot and test file: https://www.refheap.com/ab927c9894ca59bd015a44278 .

$ boot test
Testing rad.core-test

Ran 1 tests containing 0 assertions.
0 failures, 0 errors.
 $
Does someone see what is wrong here? Afaik I did all steps in the repo Readme...

martinklepsch23:12:53

@codemartin use is to add assertions to your test

martinklepsch23:12:09

Just using = doesn't make an assertion

codemartin23:12:48

Omg... been pulling hair for 30 minutes staring at the boot config. Thank you @martinklepsch ! Sorry everyone..