1. 07 Oct, 2020 1 commit
    • Dallas Reedy's avatar
      Add rubocop for expect on Gitlab::Tracking#event · 8101581f
      Dallas Reedy authored
      Adds a new RuboCop cop for protecting against doing
      expect(Gitlab::Tracking).to receive(:event) within specs.
      All existing offending files are added to the .rubocop_todo.yml file and
      should be converted at our earliest convenience.
      8101581f
  2. 02 Oct, 2020 39 commits