Rename textmate package w/ invalid snippets

This commit is contained in:
Nathan Sobo 2013-03-26 15:52:51 -06:00
parent a07cd87c2c
commit 1f74b5ccb4
3 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ describe "Snippets extension", ->
describe "snippet loading", ->
beforeEach ->
atom.loadPackage('textmate-package.tmbundle', sync: true)
atom.loadPackage('package-with-broken-snippets.tmbundle', sync: true)
atom.loadPackage('package-with-snippets')
jasmine.unspy(window, "setTimeout")