Fix breaking due to "root-view:" prefixed events

This commit is contained in:
Nathan Sobo
2012-10-04 12:19:41 -10:00
parent 082a666a92
commit eae7fcdd97
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ describe "WrapGuide", ->
it "updates the wrap guide position", ->
initial = wrapGuide.position().left
expect(initial).toBeGreaterThan(0)
rootView.trigger('increase-font-size')
rootView.trigger('root-view:increase-font-size')
expect(wrapGuide.position().left).toBeGreaterThan(initial)
describe "overriding getGuideColumn", ->