• 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
expect_gitlab_tracking.rb 1.88 KB