Use attachToDom instead of appending directly to #jasmine-content

This commit is contained in:
Kevin Sawicki
2013-09-04 12:22:19 -07:00
committed by Ben Ogle
parent fd69581397
commit d48df331b0

View File

@@ -12,7 +12,7 @@ describe "the `atom` global", ->
describe "base stylesheet loading", ->
beforeEach ->
rootView.append $("<div class='editor'></div>")
$("#jasmine-content").append(rootView)
rootView.attachToDom()
atom.themes.load()
atom.watchThemes()