1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test/config__FILE__and__dir__.yml
Sam Bostock 6bef01546b
Make __FILE__ and __dir__ behave as expected in ERB configs (#5062)
* Add tests for existing ERB config __FILE & __dir__

* Allow expected usage of __FILE__ in ERB config
2021-11-15 21:08:27 -08:00

5 lines
88 B
YAML

---
:require: ./test/fake_env.rb
:__FILE__: <%= __FILE__ %>
:__dir__: <%= __dir__ %>