Always, always rebuild (by default) in tests.

This commit is contained in:
Parker Moore 2014-12-29 00:37:16 -05:00
parent bab7ef4b1d
commit a6781bda30
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ class Test::Unit::TestCase
def site_configuration(overrides = {})
full_overrides = build_configs(overrides, build_configs({"destination" => dest_dir}))
build_configs({
"source" => source_dir,
"source" => source_dir,
"full_rebuild" => true
}, full_overrides)
end