1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Jared Beck
812c306892 Uninstall timecop
I'm hoping we don't actually need it because we explicitly enable
fractional seconds precision in our `dummy_app` migration by
specifying `limit(6)`.

Works on my machine, but I use mariadb. We'll see how well it works
on TravisCI, which runs mysql 5.6.33.

MySQL added support for `limit(6)` in 5.6.4, so I'm hopeful.
2018-05-14 22:31:12 -04:00
Jared Beck
f6fcf52e9b Linting: associations_spec.rb
- Split into separate files
- Flatten contexts, makes each individual test much easier to understand.
- Replace ivars with local variables
2018-02-26 00:24:08 -05:00