-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
ac3f2b7
to
38bc4ff
Compare
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.
Could you add a couple of tests cases? At least for the happy path, maybe? If I remember correctly this gem uses VCR to capture http requests and replay them during tests.
85e5347
to
0871c41
Compare
http_interactions: | ||
- request: | ||
method: post | ||
uri: http://localhost:2000/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.
Will this work on CirleCI?
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.
Looks like it :)
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.
Yes because the response is registered by VCR.
No description provided.