-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow rack-test 1.x? #164
Comments
That breaking change may affect us, as rack-test is used to replay the requests against the mock service, and there is nothing to stop pact users mocking a non-get request with no content type. I'll have to investigate the code to see what the impact is. If you're interested in taking a look and reporting back, that would be awesome. |
Referencing the PR for convenience: |
Have updated this to allow 1.1.0 |
As for 1.26.0, rack-test is locked to
~> 0.6
, which matched all versions up to0.8.3
.The newest version is 1.0.0, since it contains some breaking changes.
Shoud version constraint be updated?
The text was updated successfully, but these errors were encountered: