From a6781bda303dca2b6b48dc20ee12c50d89cddef8 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 29 Dec 2014 00:37:16 -0500 Subject: [PATCH] Always, always rebuild (by default) in tests. --- test/helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/helper.rb b/test/helper.rb index 48bfc746..132b1f62 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -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