https://github.com/vcr/vcr will record api replies from Namecheap so we have a static, predictable, unchanging reply from which we can base our tests on.
https://github.com/bblimke/webmock intercepts web calls and mocks them out so tests are fast and we don't have to be online.
Together they make for a more robust test suite.
https://github.com/vcr/vcr will record api replies from Namecheap so we have a static, predictable, unchanging reply from which we can base our tests on.
https://github.com/bblimke/webmock intercepts web calls and mocks them out so tests are fast and we don't have to be online.
Together they make for a more robust test suite.