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

- old
+ new

@@ -30,11 +30,11 @@ def setup super config = Nanoc::Int::Configuration.new.with_defaults - items = Nanoc::Int::IdentifiableCollection.new(config) - layouts = Nanoc::Int::IdentifiableCollection.new(config) + items = Nanoc::Int::ItemCollection.new(config) + layouts = Nanoc::Int::LayoutCollection.new(config) dep_store = Nanoc::Int::DependencyStore.new(items, layouts, config) dependency_tracker = Nanoc::Int::DependencyTracker.new(dep_store) @view_context = Nanoc::ViewContext.new( reps: :__irrelevant__,