• Heinrich Lee Yu's avatar
    Fix ci subscriptions project spec · 6f8b800a
    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
project_spec.rb 991 Bytes