patricklindsay / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
http://wicegrid.herokuapp.com/
MIT License
33 stars 29 forks source link

Test against Rails 5.0 and 5.1 using appraisal #30

Closed JasonBarnabe closed 6 years ago

JasonBarnabe commented 6 years ago

Closes #21.

https://github.com/thoughtbot/appraisal

Run all with appraisal rspec. Run one with e.g. appraisal rails-5.1 rspec. When running multiple, if one fails, it will not continue to the others. Rails 5.0 is currently failing and will be fixed in a later PR.

Also turned off SQL logging during tests so we can actually see what's happening.