lib/packwerk/run_context.rb in packwerk-1.0.0 vs lib/packwerk/run_context.rb in packwerk-1.0.1

- old
+ new

@@ -37,9 +37,10 @@ default_reference_lister = reference_lister || ::Packwerk::CheckingDeprecatedReferences.new(configuration.root_path) new( root_path: configuration.root_path, load_paths: configuration.load_paths, + package_paths: configuration.package_paths, inflector: ActiveSupport::Inflector, custom_associations: configuration.custom_associations, reference_lister: default_reference_lister, ) end