We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm using rspec-raml in my current project, it works great! 👍
Today I was adding 204 No Content to the RAML but I can't get it to pass. Do you have an example on how to get this working with RSpec?
204 No Content
I'm trying this:
/users: securedBy: - basic /{externalUserId}/follows/show/{showId}: delete: description: Stop following a user responses: 204:
The text was updated successfully, but these errors were encountered:
No, unfortunately, I don't. I think the problem is here: https://github.com/rzane/rspec-raml/blob/master/lib/rspec/raml/matchers/match_raml_body.rb#L46.
It's just parsing no matter what, which is definitely not right. Any interest in submitting a PR?
Sorry, something went wrong.
No branches or pull requests
Hi, I'm using rspec-raml in my current project, it works great! 👍
Today I was adding
204 No Content
to the RAML but I can't get it to pass. Do you have an example on how to get this working with RSpec?I'm trying this:
The text was updated successfully, but these errors were encountered: