paper-trail-gem--paper_trail/spec
Jared Beck 547dd1172f Fix intermittently failing test
This assertion fails in about 1/50 CI builds when the insertions
happen in different seconds (eg. at 0.9999s then at 1.0001s)

So, we could assert `be_within().of(Time.now)` but really, we
don't need this assertion at all. I don't see what it has to do
with the `update_columns` method. Maybe I'm missing something?
2018-05-14 23:03:54 -04:00
..
controllers rubocop 0.56.0 (was 0.54.0) 2018-05-14 21:54:12 -04:00
dummy_app Change URLs to paper-trail-gem 2018-05-09 13:25:56 +02:00
generators/paper_trail Lint: Style/ExpandPathArguments 2018-03-27 18:32:52 -04:00
models Fix intermittently failing test 2018-05-14 23:03:54 -04:00
paper_trail Uninstall timecop 2018-05-14 22:31:12 -04:00
requests Rename Request#enabled_for_controller= to #enabled= 2018-03-23 21:58:45 -04:00
support More work setting up tests against rails 5.2 2018-03-23 19:37:47 -04:00
paper_trail_spec.rb Return value of block from PaperTrail.request 2018-04-22 20:38:53 -04:00
spec_helper.rb Uninstall timecop 2018-05-14 22:31:12 -04:00