You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2024. It is now read-only.
If I specify a value in fudge_settings.yml in a directory that same value will carry over to the next directory unless overridden by a fudge_settings.yml file with that same key.
e.g.:
each_directory ['meta_one', 'meta_too'] do
task :torture
end
meta_one/fudge_settings.yml:
torture:
threshold: 8
average: 4
meta_two/fudge_settings.yml:
torture:
threshold: 8
In this case, the torture task will still apply the average of 4 in meta_two.