* remove unused stuff
This commit is contained in:
parent
698f4ba648
commit
f43061b8ac
|
|
@ -2,7 +2,6 @@ describe "DownloadJamTrack", ->
|
|||
|
||||
beforeEach ->
|
||||
this.fixtures = fixture.load("downloadJamTrack.html"); # append these fixtures which were already cached
|
||||
this.server = sinon.fakeServer.create();
|
||||
window.jamClient = sinon.stub()
|
||||
this.app = sinon.stub()
|
||||
this.jamTrackId = '1'
|
||||
|
|
@ -13,7 +12,6 @@ describe "DownloadJamTrack", ->
|
|||
window.JK.JamServer.send = sinon.stub(); # attempts to subscribe to the socket will need this
|
||||
|
||||
afterEach ->
|
||||
this.server.restore();
|
||||
window.JK.stats.write.reset()
|
||||
|
||||
describe "normal browser", ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue