diff --git a/spec/app/atom-spec.coffee b/spec/app/atom-spec.coffee index 73474a2a1..ba298b1bc 100644 --- a/spec/app/atom-spec.coffee +++ b/spec/app/atom-spec.coffee @@ -1,12 +1,14 @@ RootView = require 'root-view' {$$} = require 'space-pen' -describe "the `atom` global", -> +fdescribe "the `atom` global", -> + beforeEach -> + new RootView + describe ".loadPackage(name)", -> [extension, stylesheetPath] = [] beforeEach -> - rootView = new RootView extension = require "package-with-module" stylesheetPath = require.resolve("fixtures/packages/package-with-module/stylesheets/styles.css")