mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Unfocus spec
This commit is contained in:
@@ -1860,7 +1860,7 @@ describe "Editor", ->
|
||||
beforeEach ->
|
||||
editor.setSelectedBufferRanges([[[0, 4], [0, 13]], [[1, 6], [1, 10]]])
|
||||
|
||||
fdescribe ".cutSelectedText()", ->
|
||||
describe ".cutSelectedText()", ->
|
||||
it "removes the selected text from the buffer and places it on the clipboard", ->
|
||||
editor.cutSelectedText()
|
||||
expect(buffer.lineForRow(0)).toBe "var = function () {"
|
||||
|
||||
Reference in New Issue
Block a user