paper-trail-gem--paper_trail/spec
Dorian Marié dd1de6480c Adds thread-safe PaperTrail.whodunnit(value) { ... }
Allows to set whodunnit for the block, e.g.

PaperTrail.whodunnit("me") { Booking.past.not_charged.each(&:charge) }
2017-04-20 17:51:10 -04:00
..
controllers Lint: Fix RSpec/NotToNot 2017-04-01 01:59:47 -04:00
generators Generate cleaner migrations 2017-04-10 11:35:18 -04:00
models Lint: Finish fixing RSpec/NestedGroups 2017-04-01 20:13:08 -04:00
modules Lint: Fix RSpec/ExampleWording 2017-04-01 01:50:13 -04:00
paper_trail Lint: Fix RSpec/NotToNot 2017-04-01 01:59:47 -04:00
requests Lint: Fix RSpec/NotToNot 2017-04-01 01:59:47 -04:00
support Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
paper_trail_spec.rb Adds thread-safe PaperTrail.whodunnit(value) { ... } 2017-04-20 17:51:10 -04:00
rails_helper.rb Remove tests which duplicate db structure 2016-08-22 00:40:55 -04:00
spec_helper.rb Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00