amco / dolly

Not an ORM for CouchDB in rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing Tests/FakeWeb Passthrough

Petercopter opened this issue · comments

Real internet connections are disabled in the test suite, but it looks like they should be allowed to localhost.

There are 9 tests that are erroring because they aren't allowed to hit the database. If you allow localhost, then there's 5 failing.

Fixed with #32