Remove reference to gravatar.com from JavaScript test fixtures

We have several JavaScript test fixtures that reference avatars on gravatar.com:

grep -orE 'https://www.gravatar.com/[^"]+' spec/javascripts/fixtures/

We should not make requests to external hosts from our tests—especially because it slows the tests down without any benefit.

Edited Mar 12, 2018 by Inactive Account
Assignee Loading
Time tracking Loading