Conversation
howmuchcomputer
commented
May 17, 2017
- Fix spec_helper mongoid database configuration
- Create mongoid.yml
- Add total_pages method
- Fix failing test suite
- Formalize default page limit as constant
- Add pry to aid with debugging
ajsharp
left a comment
There was a problem hiding this comment.
This is great, thanks for this.
|
Do you understand the error that occurred? Is it something I can fix? |
|
I haven't updated or maintained this repo in a long time. I've updated the list of ruby versions travis looks for, but there are also problems with |
|
I updated the mongoid config in the original PR. Are you sure it is the mongoid config that is causing the issue? You might have to add a sleep before_script as mentioned here: https://docs.travis-ci.com/user/database-setup/ if it is failing to connect. Might also be failing from the rspec warnings generated from the use of 'should' matchers. Thoughts? I can update those to 'expect' if necessary. |