Fix spelling in conversations inbox view spec
This commit is contained in:
parent
e424896822
commit
b1a76cac86
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ describe("app.views.ConversationsInbox", function() {
|
|||
expect(app.views.ConversationsForm.prototype.initialize).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it("call setupConversation", function() {
|
||||
it("calls setupConversation", function() {
|
||||
spyOn(app.views.ConversationsInbox.prototype, "setupConversation");
|
||||
new app.views.ConversationsInbox();
|
||||
expect(app.views.ConversationsInbox.prototype.setupConversation).toHaveBeenCalled();
|
||||
|
|
|
|||
Loading…
Reference in a new issue