paper-trail-gem--paper_trail/spec/dummy_app/app
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
..
controllers Lint: Style/FrozenStringLiteralComment 2017-12-10 23:05:39 -05:00
models Avoid changing schema during test run 2018-08-13 15:51:02 -04:00
versions Avoid changing schema during test run 2018-08-13 15:51:02 -04:00