mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
e
spelling is hard, let's go shopping
This commit is contained in:
@@ -512,7 +512,7 @@ describe "Editor", ->
|
||||
expect(editor.clipPosition(row: 1, column: -5)).toEqual(row: 1, column: 0)
|
||||
|
||||
describe "cut, copy & paste", ->
|
||||
describe "when a past event is triggered", ->
|
||||
describe "when a paste event is triggered", ->
|
||||
beforeEach ->
|
||||
atom.native.writeToPasteboard('first')
|
||||
expect(atom.native.readFromPasteboard()).toBe 'first'
|
||||
|
||||
Reference in New Issue
Block a user