disney / couchbase

Chef cookbook to install and configure Couchbase Server
24 stars 59 forks source link

rspec test cases don't work #56

Closed unhuman closed 9 years ago

unhuman commented 9 years ago

The changes made to use proper authentication header instead of deprecated URI credentials broke the rspec tests.

unhuman commented 9 years ago

This is caused by the way that I changed the http requests to send basic_auth as a header instead of as part of the server (deprecated). These methods, however, do not throw exceptions as expected by the test cases.

unhuman commented 9 years ago

Fixed in: PR https://github.com/disney/couchbase/pull/60

unhuman commented 9 years ago

Resolved