Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit require for node_factory
This resolves an error that is caused by the removal of `#sort` from Dir.glob. Dir.glob produces a slightly different file ordering without sort and thus causes the below missing constant error. ``` Failure/Error: def allow_extensions(regex: EXTENSION_REGEX, &block) @extension_regex = regex @allowed_extensions = block || true end NameError: uninitialized constant Openapi3Parser::NodeFactory::ObjectFactory::Dsl::EXTENSION_REGEX def allow_extensions(regex: EXTENSION_REGEX, &block) ```
- Loading branch information