test/helpers/test_xml_sitemap.rb in nanoc-4.7.11 vs test/helpers/test_xml_sitemap.rb in nanoc-4.7.12
- old
+ new
@@ -9,10 +9,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)
@reps = Nanoc::Int::ItemRepRepo.new
@view_context = Nanoc::ViewContext.new(
reps: @reps,