test/base/test_compiler.rb in nanoc-4.2.0b1 vs test/base/test_compiler.rb in nanoc-4.2.0

- old
+ new

@@ -14,10 +14,11 @@ params = { compiled_content_cache: Nanoc::Int::CompiledContentCache.new, checksum_store: Nanoc::Int::ChecksumStore.new(site: site), rule_memory_store: Nanoc::Int::RuleMemoryStore.new, dependency_store: Nanoc::Int::DependencyStore.new( - site.items.to_a + site.layouts.to_a), + site.items.to_a + site.layouts.to_a, + ), action_provider: action_provider, reps: reps, } params[:outdatedness_checker] =