switch vcr web backend to fakeweb, add vcr support for nico seiga tests

This commit is contained in:
r888888888
2013-05-03 16:24:10 -07:00
parent 1d0c77dc7c
commit 5547f0937a
12 changed files with 5619 additions and 2524 deletions

View File

@@ -92,6 +92,6 @@ MEMCACHE = MockMemcache.new
VCR.configure do |c|
c.cassette_library_dir = "test/fixtures/vcr_cassettes"
c.hook_into :webmock
c.hook_into :fakeweb
c.allow_http_connections_when_no_cassette = true
end