1. 12 Apr, 2018 1 commit
    • blackst0ne's avatar
      [Rails5] Fix `undefined method 'arel_table' for Ci::Group:Class` error · cbf29064
      blackst0ne authored
      Some specs fail in rails5 branch with errors like
      
      ```
      1) Group#secret_variables_for when the ref is not protected contains only the secret variables
          Failure/Error: variables = Ci::GroupVariable.where(group: list_of_ids)
      
          NoMethodError:
            undefined method `arel_table' for Ci::Group:Class
      ```
      
      This commit fixes it.
      cbf29064
  2. 11 Apr, 2018 39 commits