-
Notifications
You must be signed in to change notification settings - Fork 40
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 parsing Entity with no endpoint #12
Conversation
LGTM |
@@ -1,69 +1,8 @@ | |||
require 'spec_helper' | |||
require_relative '../../../spec/support/shared_contexts/this_api' |
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.
Can we not do this and require things through spec_helper
or something via a "load everything from shared/*" first?
@dblock I required everything in |
Looks good, merged. |
for that, the model key exist 😉 |
What are you saying about this PR @LeFnord ? |
@dblock … what I want to say is, that, if I understand the PR comment correct, this functionality exist in grape-swagger, see this API spec |
In some cases, we want to document entities or response definitions separate from an endpoint. This allows us to generate documentation while passing an endpoint as nil.