-
Notifications
You must be signed in to change notification settings - Fork 44
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
client.schema is a Graphlient::Schema #44
Comments
This changed in 3.0.1, eff5e92. Where/how is this an issue for you? |
Oh I think this is documented wrong, care to update the README? The |
cc: @povilasjurcys |
@mxdavis As a general testing advice, I would suggest testing interfaces (duck typing) rather than checking the class. |
Ok cool, the other testing was working so I'll go with that. Thanks so much for your speedy responses |
See #45 that fixes the related test. Not sure how this slipped in. |
Closing via #45 |
Hi,
Not sure if this is the right place for this. This is my second time using graphlient, and the first I did not have this problem.
Right now my
expect(client.schema).to be_a GraphQL::Schema
doesn't pass, but expect(client.schema).to be_a Graphlient::Schema does.This is my client:
Thanks very much.
The text was updated successfully, but these errors were encountered: