The registerDeprecationHandler() method does not exist in Ember 2.0 and below. Since the deprecation tracking setup is using the method unconditionally it will break the test even if the expectDeprecation() method is never used. This makes it impossible to use this addon in an ember-try scenario that targets an older Ember version.
The
registerDeprecationHandler()method does not exist in Ember 2.0 and below. Since the deprecation tracking setup is using the method unconditionally it will break the test even if theexpectDeprecation()method is never used. This makes it impossible to use this addon in anember-tryscenario that targets an older Ember version.