Rename test function as suggested by @maxbrunsfeld.

This commit is contained in:
Michael Bolin
2016-01-25 13:19:58 -08:00
parent ee4408976e
commit 83d3168609

View File

@@ -157,7 +157,7 @@ describe "ContextMenuManager", ->
addError = error
expect(addError.message).toContain('<>')
it "recursively applies templateForEvent on submenu items", ->
it "calls `created` hooks for submenu items", ->
item = {
label: 'A',
command: 'B',