I'm trying to run specs and most of them fail, since the program is issuing requests to https://dnsimple.com/users instead of https://test.dnsimple.com/ as expected in yml config files under vcr_cassettees directory. I followed all the steps in the test README. Is there some additional preparation needed to make it run?. If so, It would be great to document it in test README.
I'm trying to run specs and most of them fail, since the program is issuing requests to
https://dnsimple.com/users
instead ofhttps://test.dnsimple.com/
as expected in yml config files undervcr_cassettees
directory. I followed all the steps in the test README. Is there some additional preparation needed to make it run?. If so, It would be great to document it in test README.