Rename global-keymap-spec to keymap-spec

This commit is contained in:
Corey Johnson
2012-03-20 14:29:49 -07:00
parent ec9b4ffcd1
commit c65c4aa3c8
2 changed files with 1 additions and 1 deletions

View File

@@ -319,7 +319,7 @@ describe "RootView", ->
expect(editor1.buffer.url).not.toBe expectedUrl
expect(editor2.buffer.url).toBe expectedUrl
describe "global keymap wiring", ->
describe "keymap wiring", ->
commandHandler = null
beforeEach ->
commandHandler = jasmine.createSpy('commandHandler')