Commit Graph

3 Commits

Author SHA1 Message Date
Jared Beck fbe05cf13f Tests: various updates for rails 6.1 2020-12-15 12:39:34 -05:00
Sean Linsley c145cc46c2 Track changes on destroy (#1123)
this involved refactoring the internal serialization code so it'd be possible to run it on non-Rails-provided changes
2018-08-13 21:11:24 -04:00
Jared Beck dadba10f18 Avoid changing schema during test run
Sean's approach to dropping/re-adding the column during the test run
worked, but it had a few disadvantages:

1. it required a `before(:all)` callback, which is frowned upon by rubocop-rspec
2. more importantly, it could have prevented us from using test parallelization
  in the future
3. least importantly, it produced annoying output in the middle of the test run
2018-08-13 15:51:02 -04:00