mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
6bef01546b
* Add tests for existing ERB config __FILE & __dir__ * Allow expected usage of __FILE__ in ERB config
5 lines
88 B
YAML
5 lines
88 B
YAML
---
|
|
:require: ./test/fake_env.rb
|
|
|
|
:__FILE__: <%= __FILE__ %>
|
|
:__dir__: <%= __dir__ %>
|