Remove only from karma test

This commit is contained in:
Blade Barringer
2015-06-24 08:15:33 -05:00
parent 44c83eb341
commit 2d78f6c838

View File

@@ -28,7 +28,7 @@ describe('Analytics Service', function () {
sandbox.stub(window, 'ga');
});
it.only('sets up user with Amplitude', function() {
it('sets up user with Amplitude', function() {
analytics.register();
clock.tick();
expect(amplitude.setUserId).to.have.been.calledOnce;