open kadamwhite/wordpress-rest-api#72

Don't mock 3rd-party request library in tests

kadamwhite

It was suggested in code review that using nock or an alternative to mock the server responses would be a more robust approach to testing the library, vs the current approach (in which our tests depend on the specific API provided by superagent).