• Thong Kuah's avatar
    Adds cluster_for_group factory for convienence · 88bf3fe8
    Thong Kuah authored
    Also means we don't have to resort to an update statement to set parent
    for child groups who also have clusters.
    
    This is much shorter than
    
    ```
    create(:cluster, :provided_by_gcp, :group, groups: [group])
    ```
    88bf3fe8
clusters.rb 1.82 KB