luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
648 stars 146 forks source link

Boilerplate tests fail #82

Closed matthewgertner closed 9 years ago

matthewgertner commented 10 years ago

Maybe this is a newbie mistake, but I get errors if I do the following:

lein new luminus myapp
cd myapp
lein test

Specifically the HTML fixture embedded in the default test doesn't seem to match the actual homepage of the boilerplate site.

yogthos commented 10 years ago

That's working as expected, the default test fails currently. The idea was that you'd likely replace it with something specific to your application. It might have more sense to have that pass out of the box though.

matthewgertner commented 10 years ago

Just one person's opinion but I would have expected the tests to pass out of the box.

yogthos commented 10 years ago

Agreed, I updated the placeholder test to pass and pushed out a new version.