Commit Graph

2 Commits

Author SHA1 Message Date
Edouard CHIN
afb0220436 Cast ConfigurationFile#content_path to a string:
- This is required when we assign the `ERB#filename` in case
  of a Pathname.
2020-02-10 19:12:33 -04:00
Edouard CHIN
ec1b3d70ca
Add the filename when building ERB:
- If an error occurs when rendering ERB (other than a Psych's
  SyntaxError), it's impossible to know in which file the error
  occured.

  This commit fixes that
2020-02-10 23:06:30 +01:00