Add rootView to atom spec to eliminate warnings

This commit is contained in:
Corey Johnson
2013-02-07 12:17:34 -08:00
committed by Corey Johnson & Kevin Sawicki
parent f24bfab5e5
commit 6f05e66825

View File

@@ -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")