stopforumspam.isSpammer({ username: username, email: email, ip: ip })

            // Then: we should see the data come back truthish as an object
                .then(function (result) {
                    assert(result);