test/base/test_compiler.rb in nanoc-4.5.4 vs test/base/test_compiler.rb in nanoc-4.6.0

- old
+ new

@@ -15,17 +15,17 @@ objects = site.items.to_a + site.layouts.to_a params = { compiled_content_cache: Nanoc::Int::CompiledContentCache.new(items: site.items), - checksum_store: Nanoc::Int::ChecksumStore.new(objects: objects), + checksum_store: Nanoc::Int::ChecksumStore.new(site: site, objects: objects), rule_memory_store: Nanoc::Int::RuleMemoryStore.new, dependency_store: Nanoc::Int::DependencyStore.new( site.items.to_a + site.layouts.to_a, ), action_provider: action_provider, reps: reps, - outdatedness_store: Nanoc::Int::OutdatednessStore.new(reps: reps), + outdatedness_store: Nanoc::Int::OutdatednessStore.new(site: site, reps: reps), } params[:outdatedness_checker] = Nanoc::Int::OutdatednessChecker.new( site: site,