couchrest_model/spec/spec_helper.rb

4 lines
115 B
Ruby
Raw Normal View History

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