1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
paper-trail-gem--paper_trail/spec/paper_trail/associations
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
..
belongs_to_spec.rb Uninstall timecop 2018-05-14 22:31:12 -04:00
habtm_spec.rb Uninstall timecop 2018-05-14 22:31:12 -04:00
has_many_spec.rb Uninstall timecop 2018-05-14 22:31:12 -04:00
has_many_through_spec.rb Uninstall timecop 2018-05-14 22:31:12 -04:00
has_one_spec.rb Uninstall timecop 2018-05-14 22:31:12 -04:00