Skip to content

Commit

Permalink
Fixing the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeix committed Mar 12, 2011
1 parent acd74b2 commit dfc82cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -17,7 +17,7 @@
TEST_DATABASE = 'couchup_test'

def database
@db ||= CouchRest.database("http://#{HOST}:#{PORT}/#{TEST_DATABASE}")
@db ||= CouchRest.database!("http://#{HOST}:#{PORT}/#{TEST_DATABASE}")
end

def reset_data!
Expand Down

0 comments on commit dfc82cc

Please sign in to comment.