atom.syntax -> atom.grammars

This commit is contained in:
Kevin Sawicki
2015-05-18 11:24:14 -07:00
parent 8b25eb4f0f
commit 84c4ee4c79

View File

@@ -2,7 +2,7 @@ path = require 'path'
fs = require 'fs-plus'
temp = require 'temp'
describe "the `syntax` global", ->
describe "the `grammars` global", ->
beforeEach ->
waitsForPromise ->
atom.packages.activatePackage('language-text')