Skip to content
Snippets Groups Projects
Commit 666b48e3 authored by Jack Nagel's avatar Jack Nagel
Browse files

Check Requirement before Dependency

It's much more likely that an instance of Requirement is passed.
parent f47e43aa
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ class DependencyCollector
parse_string_spec(spec, tag)
when Symbol
parse_symbol_spec(spec, tag)
when Dependency, Requirement
when Requirement, Dependency
spec
when Class
parse_class_spec(spec, tag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment