-
Heinrich Lee Yu authored
We need to pass in a downstream project because we call `subject.dup.save` in the spec and `dup` won't duplicate the unsaved association. Passing in a persisted model means calling `dup` would just copy over the same `downstream_project_id`.
6f8b800a