From 84c4ee4c79ac0da95b6cc3e2fafdba03d15314ea Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 18 May 2015 11:24:14 -0700 Subject: [PATCH] atom.syntax -> atom.grammars --- spec/{syntax-spec.coffee => grammars-spec.coffee} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{syntax-spec.coffee => grammars-spec.coffee} (99%) diff --git a/spec/syntax-spec.coffee b/spec/grammars-spec.coffee similarity index 99% rename from spec/syntax-spec.coffee rename to spec/grammars-spec.coffee index ecc0c0406..975fc3ea9 100644 --- a/spec/syntax-spec.coffee +++ b/spec/grammars-spec.coffee @@ -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')