Fix link package spec.

This commit is contained in:
Cheng Zhao
2013-05-23 15:04:47 +08:00
parent 20c0b76329
commit 1b896d8b30

View File

@@ -25,4 +25,4 @@ describe "link package", ->
editor.trigger('link:open')
expect(shell.openExternal).toHaveBeenCalled()
expect(shell.openExternal.argsForCall[0]).toBe "http://github.com"
expect(shell.openExternal.argsForCall[0][0]).toBe "http://github.com"