Expected:
I set a view engine to pug, sending an email with view.pug should require me to pass in send('view').
Actual:
We get an error that the file viewpug could not be found.
We need to check if the view engine was defined with a dot, and then adjust how we append it appropriately.
Expected:
I set a view engine to
pug, sending an email withview.pugshould require me to pass insend('view').Actual:
We get an error that the file
viewpugcould not be found.We need to check if the view engine was defined with a dot, and then adjust how we append it appropriately.