Skip to content

Commit

Permalink
Merge branch 'master' of github.com:couchrest/couchrest_model
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jan 17, 2011
2 parents 32d0d54 + 1d0df87 commit 56a6dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

COUCHHOST = "http://127.0.0.1:5984"
TESTDB = 'couchrest-model-test'
TEST_SERVER = CouchRest.new
TEST_SERVER = CouchRest.new COUCHHOST
TEST_SERVER.default_database = TESTDB
DB = TEST_SERVER.database(TESTDB)
end
Expand Down

0 comments on commit 56a6dec

Please sign in to comment.