add vcr cassettes for pixiv tests
This commit is contained in:
@@ -89,3 +89,9 @@ class MockMemcache
|
||||
end
|
||||
|
||||
MEMCACHE = MockMemcache.new
|
||||
|
||||
VCR.configure do |c|
|
||||
c.cassette_library_dir = "test/fixtures/vcr_cassettes"
|
||||
c.hook_into :webmock
|
||||
c.allow_http_connections_when_no_cassette = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user