diff --git a/test/helper.rb b/test/helper.rb index 97be56ad..3103e117 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -30,10 +30,10 @@ class Test::Unit::TestCase end def site_configuration(overrides = {}) + full_overrides = build_configs(overrides, build_configs({"destination" => dest_dir})) build_configs({ "source" => source_dir, - "destination" => dest_dir - }, build_configs(overrides)) + }, full_overrides) end def dest_dir(*subdirs)