Skip to content

Introduce ERB templating and env vars in specs config

  • These commits allow me to use a random path in Debian.
  • Regarding No newline at end of file in schleuder.yml: Can't do anything about this, just ignore it.. maybe we should all use sane editors.. ;)
  • Actually, it might be a good idea to introduce this for all people, however, I'm unsure how to do so (besides extending the README in this regard and exporting the env vars there.)
  • I've used something like <%= File.join('/tmp', 'schleuder-', SecureRandom.hex) %> in schleuder.yml. However, as this file is not only read once but again for each spec, this gives a different value each time.
  • Any input is therefore welcome, in case it's not merge-able as is.
  • Also: Not sure if the introduction of ERB templating is relevant for the change log.

Closes #271 (closed)

Edited by georg

Merge request reports