2008-08-03 21:51:17 +02:00
|
|
|
require File.dirname(__FILE__) + '/../lib/couchrest'
|
2008-07-05 01:56:37 +02:00
|
|
|
|
2008-10-15 00:08:17 +02:00
|
|
|
FIXTURE_PATH = File.dirname(__FILE__) + '/fixtures'
|
|
|
|
|
2008-07-07 09:05:25 +02:00
|
|
|
COUCHHOST = "http://localhost:5984"
|
2008-07-05 01:56:37 +02:00
|
|
|
TESTDB = 'couchrest-test'
|