add vcr cassettes for pixiv tests

This commit is contained in:
r888888888
2013-04-30 17:35:24 -07:00
parent dc58621c28
commit 850270dafa
9 changed files with 51060 additions and 5 deletions

View File

@@ -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