Commit a833ca5
committed
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)
```1 parent 94c8fd4 commit a833ca5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments