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
Jared Beck 40bf20beb5 Respect :skip re: timestamp-only updates
When attributes are ignored, either by `:ignore` or by `:skip`,
then during updates, timestamp attributes like `updated_at` should
not be considered notable changes.

[Fixes #569]
2015-07-15 22:29:19 -04:00
..
generators Use RSpec 3 for testing; Update syntax in spec suite for RSpec 3 2014-10-09 15:04:17 -04:00
models Respect :skip re: timestamp-only updates 2015-07-15 22:29:19 -04:00
modules Improve the PaperTrail.config method so it both returns and yields the PaperTrail::Config instance when appropriate 2015-02-26 23:37:16 -05:00
requests Utilize RequestStore for thread-safe PaperTrail#paper_trail_store object 2015-02-09 23:32:54 -05:00
support Basic version comparisons for RUBY_VERSION can be done using Strings 2015-01-14 14:09:30 -05:00
paper_trail_spec.rb Use RSpec 3 for testing; Update syntax in spec suite for RSpec 3 2014-10-09 15:04:17 -04:00
rails_helper.rb close #381; Don't automatically load in RSpec and Cucumber helpers 2014-12-29 15:42:49 -05:00
spec_helper.rb Use RSpec 3 for testing; Update syntax in spec suite for RSpec 3 2014-10-09 15:04:17 -04:00