couchrest_model/spec/spec_helper.rb
2008-10-14 15:08:17 -07:00

6 lines
168 B
Ruby

require File.dirname(__FILE__) + '/../lib/couchrest'
FIXTURE_PATH = File.dirname(__FILE__) + '/fixtures'
COUCHHOST = "http://localhost:5984"
TESTDB = 'couchrest-test'