2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Remove useless jasmine spec

This commit is contained in:
Robin Ward 2013-06-18 18:08:37 -04:00
parent 62e21b8175
commit d5191adfc9

View file

@ -1,9 +0,0 @@
/*global waitsFor:true expect:true describe:true beforeEach:true it:true */
describe("Discourse.MessageBus", function() {
describe("Long polling", function() {
Discourse.MessageBus.start();
});
});