test/helpers/test_blogging.rb in nanoc-4.7.11 vs test/helpers/test_blogging.rb in nanoc-4.7.12

- old
+ new

@@ -32,10 +32,10 @@ super config = Nanoc::Int::Configuration.new.with_defaults items = Nanoc::Int::IdentifiableCollection.new(config) layouts = Nanoc::Int::IdentifiableCollection.new(config) - dep_store = Nanoc::Int::DependencyStore.new(items, layouts) + dep_store = Nanoc::Int::DependencyStore.new(items, layouts, config) dependency_tracker = Nanoc::Int::DependencyTracker.new(dep_store) @view_context = Nanoc::ViewContext.new( reps: :__irrelevant__, items: nil,