it('returns false when only email is provided and email is not fonud', function (done) {
                // Given: a very safe email unlikely to be considered spam
                var email = 'support@gmail.com';    // google's support team, probably whitelisted

                // When: we call isSpammer