lib/hanami/configuration/null_configuration.rb in hanami-2.0.0.beta2 vs lib/hanami/configuration/null_configuration.rb in hanami-2.0.0.beta3

- old
+ new

@@ -3,11 +3,11 @@ require "dry/configurable" module Hanami class Configuration # NullConfiguration can serve as a fallback configuration object when out-of-gem - # configuration objects are not available (specifically, when the hanami-controller or - # hanami-view gems are not loaded) + # configuration objects are not available (specifically, when the + # hanami-controller, hanami-router or hanami-view gems are not loaded) class NullConfiguration include Dry::Configurable end end end