Loading spec/javascripts/app/views/conversations_inbox_view_spec.js +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
spec/javascripts/app/views/conversations_inbox_view_spec.js +1 −1 Original line number Diff line number Diff line Loading @@ -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