couchrest_model/spec/spec_helper.rb
2008-07-07 00:05:25 -07:00

4 lines
115 B
Ruby

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