4 lines
115 B
Ruby
4 lines
115 B
Ruby
require File.dirname(__FILE__) + '/../lib/couchrest'
|
|
|
|
COUCHHOST = "http://localhost:5984"
|
|
TESTDB = 'couchrest-test' |