From 19b07dbd97587bff101a840b9d53a1a545306ee5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 8 Oct 2015 11:42:05 -0700 Subject: [PATCH] Rename atom-spec -> atom-environment-spec --- spec/{atom-spec.coffee => atom-environment-spec.coffee} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename spec/{atom-spec.coffee => atom-environment-spec.coffee} (98%) diff --git a/spec/atom-spec.coffee b/spec/atom-environment-spec.coffee similarity index 98% rename from spec/atom-spec.coffee rename to spec/atom-environment-spec.coffee index 1d8942e9d..73b5a6e9d 100644 --- a/spec/atom-spec.coffee +++ b/spec/atom-environment-spec.coffee @@ -5,7 +5,7 @@ ThemeManager = require '../src/theme-manager' _ = require "underscore-plus" temp = require "temp" -describe "the `atom` global", -> +describe "AtomEnvironment", -> describe 'window sizing methods', -> describe '::getPosition and ::setPosition', -> originalPosition = null @@ -130,7 +130,7 @@ describe "the `atom` global", -> expect(result).toBe false expect(errors.length).toBe 1 expect(errors[0].message).toBe "Assertion failed: a == b" - expect(errors[0].stack).toContain('atom-spec') + expect(errors[0].stack).toContain('atom-environment-spec') describe "if passed a callback function", -> it "calls the callback with the assertion failure's error object", ->