Refactor Snippets to a class that creates an instance for each Editor

This commit is contained in:
Nathan Sobo
2012-06-20 17:46:22 -06:00
parent d50b7f7a37
commit a8a1a74b11
2 changed files with 25 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ describe "Snippets extension", ->
expect(editor.getCursorScreenPosition()).toEqual [0, 14]
describe "when the snippet contains tab stops", ->
describe "when the letters preceding the cursor don't match a snippet", ->
it "inserts a tab as normal", ->