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 on all minor Rails versions supported #21

Closed JasonBarnabe closed 6 years ago

JasonBarnabe commented 6 years ago

Modify the test suite to run on Rails 5.0, 5.1, and eventually 5.2. Use https://github.com/thoughtbot/appraisal ?

patricklindsay commented 6 years ago

Sounds good. Although the current test suite is taking way to long as it is.

I think we should concentrate on improving the test suite time. Seems like most of the time is spent on creating massive amounts of fixtures. Are these even needed? The debug logging doesn't help either.