test(browser/compile): fix calls to Jasmine fail()
The fail() function in Jasmine expects an Error object parameter. Also, there is no global alias for fail() so it must be accessed using `this.fail(new Error())`.
O
Oren Avissar committed
0985a37376314616ac2b777bddd8bc07e1be7af7
Parent: cb62a57
Committed by Pete Bacon Darwin <pete@bacondarwin.com>
on 4/29/2013, 3:56:35 PM