-
Notifications
You must be signed in to change notification settings - Fork 365
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
Some clarifications of the documentation #386
Comments
Also, when I run
whereas |
Sorry for all the suggestions, but I am finding the gem very useful, but I think that updating the documentation would help others to find it easier to use. I notice that your rubygems version is almost one year out of date. It looks like there have been a number off issues fixed since then. If you do not have time to do a new release, them perhaps you can change the documentation to indicate the last solid commit e.g. gem 'rspec_api_documentation', git: 'https://github.com/zipmark/rspec_api_documentation.git', ref: 'xyz' Also it would be useful to have a CHANGELOG file so people can work out the last solid commit from that. |
I'm not sure what's up with your Shoulda issue, my guess is your As far as any docs are concerned, PRs are welcome! We have this wiki page https://github.com/zipmark/rspec_api_documentation/wiki/Changes along with releases on github to tag when I push a new version to rubygems. Typically there isn't very much activity on RAD so going this long without a release is sort of normal at where its at. I should cut a new version soon since we have that large PR for openapi finally get merged. (This is also how I typically cut a new release, someone asks for it because I forget after merging things) |
A new version would be good. I will try to do a PR by the end of this week.
regards
Chris
…On Thu, Jul 26, 2018 at 11:17 PM Eric Oestrich ***@***.***> wrote:
I'm not sure what's up with your Shoulda issue, my guess is your
acceptance_helper.rb is off slightly and not including it?
As far as any docs are concerned, PRs are welcome! We have this wiki page
https://github.com/zipmark/rspec_api_documentation/wiki/Changes along
with releases on github to tag when I push a new version to rubygems.
Typically there isn't very much activity on RAD so going this long without
a release is sort of normal at where its at. I should cut a new version
soon since we have that large PR for openapi finally get merged. (This is
also how I typically cut a new release, someone asks for it because I
forget after merging things)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#386 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABU2mbk3SpaXBcfyE-zFJQT0HcmrH-yqks5uKcFTgaJpZM4Vfm5M>
.
|
In the README, there is an example, however I found some aspects of this confusing:
expect(response_body).to eq(<response>)
, but the angle brackets do not appear to be valid?route_summary
andauthentication
keywords, but these only seem valid for theopen_api
format.#spec/acceptance/orders_spec.rb
at the top of the example to make it clear where it should sit.let(:raw_post)
(one with all the required parameters and one with a required parameter missing) does not seem to work.The text was updated successfully, but these errors were encountered: