Remove unneeded rootView variable

This commit is contained in:
Kevin Sawicki
2013-02-14 11:00:30 -08:00
parent 1ab0db11bd
commit d5759752b5

View File

@@ -14,7 +14,7 @@ describe "EditorStats", ->
rootView.trigger(e)
beforeEach ->
rootView = new RootView(require.resolve('fixtures/sample.js'))
new RootView(require.resolve('fixtures/sample.js'))
date = new Date()
mins = date.getMinutes()