couchrest_model/spec/spec_helper.rb

4 lines
111 B
Ruby
Raw Normal View History

require File.dirname(__FILE__) + '/../couchrest'
2008-07-07 09:05:25 +02:00
COUCHHOST = "http://localhost:5984"
TESTDB = 'couchrest-test'