Hello All,
I'm having an issue with webmock on different versions of Ruby.
It's stubbing all calls to dropbox api uri with a regex for the headers (as they dynamically generated by time submitted, so have to be regex)
I'm developing in a 2.0.0 environment and everything worked fine, but when I pushed to Travis, the tests fail on everything other than 2.0.0...
All the other versions are getting the Unregistered request which should be captured by the regex. I'm not sure if this is an issue with webmock, or the way that regex is handled in different versions of Ruby?
Any help would be appreciated!
Thanks
Regards