mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Correct typo in spec
This commit is contained in:
@@ -19,7 +19,7 @@ describe 'FuzzyFinder', ->
|
||||
describe "file-finder behavior", ->
|
||||
describe "toggling", ->
|
||||
describe "when the root view's project has a path", ->
|
||||
it "shows the FuzzyFinder or hides it nad returns focus to the active editor if it already showing", ->
|
||||
it "shows the FuzzyFinder or hides it and returns focus to the active editor if it already showing", ->
|
||||
rootView.attachToDom()
|
||||
expect(rootView.find('.fuzzy-finder')).not.toExist()
|
||||
rootView.find('.editor').trigger 'editor:split-right'
|
||||
|
||||
Reference in New Issue
Block a user