Remove unneeded code from yank spec
This commit is contained in:
parent
6670f7c830
commit
8e52adb232
1 changed files with 0 additions and 2 deletions
|
|
@ -596,8 +596,6 @@ describe "the commands", ->
|
||||||
expect(atom.clipboard.read()).toEqual('ghi\n')
|
expect(atom.clipboard.read()).toEqual('ghi\n')
|
||||||
|
|
||||||
it "yanks the lines in the given range", ->
|
it "yanks the lines in the given range", ->
|
||||||
processedOpStack = false
|
|
||||||
exState.onDidProcessOpStack -> processedOpStack = true
|
|
||||||
keydown(':')
|
keydown(':')
|
||||||
submitNormalModeInputText('1,2yank')
|
submitNormalModeInputText('1,2yank')
|
||||||
expect(atom.clipboard.read()).toEqual('abc\ndef\n')
|
expect(atom.clipboard.read()).toEqual('abc\ndef\n')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue