couchrest_model/spec/spec_helper.rb
2008-07-04 16:56:37 -07:00

4 lines
115 B
Ruby

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