summaryrefslogtreecommitdiff
path: root/spec/lib/matchers/relationship_graph_matchers.rb
AgeCommit message (Collapse)AuthorFilesLines
2013-08-13(#18508) Extract class to control generating resourcesAndrew Parker1-0/+48
The logic for determining how to add generated resources into the catalog was tightly bound with the rest of the transaction code. This makes it hard to test the exact logic around that. By extracting a class it exposes that logic in a much more testable form.