Unverified Commit b1a76cac authored by Steffen van Bergerem's avatar Steffen van Bergerem
Browse files

Fix spelling in conversations inbox view spec

parent e4248968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();