For whatever reason, protractor seems to be doing something to Jasmine so that calls to something like jasmine.x do not work right. To get around it, you need to call it like: this.x instead. In your case, this.addMatchers().
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
