couchrest_model/spec/spec_helper.rb
2008-08-02 00:03:54 -07:00

4 lines
111 B
Ruby

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