WSR spec working
This commit is contained in:
parent
6f0d008914
commit
b991df9d3a
2 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ src_files:
|
|||
- public/javascripts/vendor/jquery-ui-1.8.6.custom.min.js
|
||||
- public/javascripts/vendor/jquery.tipsy.js
|
||||
- public/javascripts/aspect-edit.js
|
||||
- public/javascripts/web-socket-receiver.js
|
||||
|
||||
# stylesheets
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
describe("WebSocketReceiver", function() {
|
||||
it("sets a shortcut", function() {
|
||||
expect(WebSocketReceiver).toEqual(WSR);
|
||||
expect(WSR).toEqual(WebSocketReceiver);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue