couchrest_model/spec/spec_helper.rb
2008-08-03 12:51:17 -07:00

4 lines
115 B
Ruby

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