Created
September 14, 2015 01:40
-
-
Save YumaInaura/941bfbe430acfa8a15b7 to your computer and use it in GitHub Desktop.
Rails : VCRでリクエスト内容が足りないと言われる時の対策 ref: http://qiita.com/Yinaura/items/22908c8f5c866120fc5f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An HTTP request has been made that VCR does not know how to handle: | |
GET http://example.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- request: | |
method: get | |
uri: http://example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment