code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 42 forks source link

Get tests passing when run locally (ActiveRecord 4.2) #62

Closed jrochkind closed 4 years ago

jrochkind commented 4 years ago

ActiveRecord-related tests are now run with ActiveRecord 4.2.x. Before they were run with ActiveRecord 4.0.x, but did not pass under 4.0, did pass already under 4.2. (Took me some hours to figure out!)

Other assorted changes to make test output more readable. See individual commits and commit messages.

Ref #61