2013-02-20 13:15:50 -05:00
|
|
|
/*global waitsFor:true expect:true describe:true beforeEach:true it:true */
|
|
|
|
|
2013-02-27 21:26:20 -05:00
|
|
|
describe("Discourse.MessageBus", function() {
|
2013-02-20 13:15:50 -05:00
|
|
|
|
2013-02-27 21:26:20 -05:00
|
|
|
describe("Long polling", function() {
|
|
|
|
Discourse.MessageBus.start();
|
|
|
|
});
|
2013-02-22 15:41:12 -05:00
|
|
|
|
2013-02-27 21:26:20 -05:00
|
|
|
});
|