mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Rename global-keymap-spec to keymap-spec
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user