diff --git a/spec/atom-spec.coffee b/spec/atom-spec.coffee index cf32473ce..8018a24d5 100644 --- a/spec/atom-spec.coffee +++ b/spec/atom-spec.coffee @@ -12,7 +12,7 @@ describe "the `atom` global", -> describe "base stylesheet loading", -> beforeEach -> rootView.append $("
") - $("#jasmine-content").append(rootView) + rootView.attachToDom() atom.themes.load() atom.watchThemes()