Commit Graph

3 Commits

Author SHA1 Message Date
John Bampton 3b7f55c179 Change `yaml` to `YAML` 2022-03-29 15:19:22 +10:00
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