Commit 4b65bf15 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'jejacks0n-remove-bad-spec' into 'master'

Clean up an incomplete thought as a spec

See merge request gitlab-org/gitlab-ce!31541
parents c43375dc f549fe21
......@@ -31,13 +31,6 @@ describe('Tracking', () => {
expect(snowplowSpy).not.toHaveBeenCalled();
});
it('skips tracking if ', () => {
window.snowplow = false;
Tracking.event('_category_', '_eventName_');
expect(snowplowSpy).not.toHaveBeenCalled();
});
});
describe('tracking interface events', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment