[RCBC-107] Dupe test name hiding failing test. Created: 28/Dec/12 Updated: 06/May/13 Resolved: 06/May/13 |
|
| Status: | Resolved |
| Project: | Couchbase Ruby client library |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | Public |
| Type: | Bug | Priority: | Minor |
| Reporter: | Mike Evans | Assignee: | Sergey Avseyev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
There's two versions of test_it_raises_not_found_exception, one intended for Model#find, and the other for Model#find_by_id. It's hiding a mismatched expected exception for find with a bad id. Pull request:
http://github.com/couchbase/couchbase-ruby-model/pull/3 Sorry for the additional commits in the pull request, I should have rebased first or something... |