Ember.assert(
        'Second non-optional argument must be an array, string or object',
        (
            'object' === Ember.typeOf( testFor ) ||
            'string' === Ember.typeOf( testFor ) ||