-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add support for import/export #13
Conversation
@iNecas Do you know why Apipie isn't capturing the example from my export test? The test works, and calls export correctly: But the examples don't include the response so tests will fail here
|
Reason is this Apipie/apipie-rails#453 |
I've merged and released new apipie-rails version with the fix. Could you update the docs json now? Sry for the awful delay with this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested this patch and works well! APT
Looks like there's some version pinning needed for 1.9.3 |
On my machine this still fails on 1.9.3, this should be fixed by Apipie/apipie-bindings#51 |
With a clean gemset? Works fine for me...
|
It's green. hammer-cli-foreman dropped 1.9.3 which was the other error. It all runs on distros that 2.0 in SCL or system ruby anyway. Is there any reason to try to keep 1.9.3? I don't think it'll even work with the dep on hammer-cli-foreman. |
Thanks @stbenjam! You're right, there is no reason for keeping some extra version to hammer-cli-foreman |
No description provided.