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/models
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
..
kitchen Add test demonstrating namespace 2015-07-02 11:30:54 -04:00
animal_spec.rb Fix test case from ea38e8a510 in conjunction with Protected Attributes 2015-03-01 14:20:04 -05:00
boolit_spec.rb close #451; Fix VersionConcern#reify in the context of models with a default scope 2015-05-08 12:27:32 -04:00
fluxor_spec.rb close #438; PaperTrail::Model::ClassMethods#paper_trail_enabled_for_model? should return false if has_paper_trail isn't declared on the class in question 2014-10-31 10:43:24 -04:00
gadget_spec.rb Respect :skip re: timestamp-only updates 2015-07-15 22:29:19 -04:00
joined_version_spec.rb Use RSpec 3 for testing; Update syntax in spec suite for RSpec 3 2014-10-09 15:04:17 -04:00
json_version_spec.rb Only execute the JsonVersion tests against ActiveRecord4 since there is no ActiveRecord3 support for it 2015-05-07 14:56:28 -04:00
not_on_update_spec.rb Fixes touch_with_version re: the :on option 2015-07-08 23:52:49 -04:00
post_with_status_spec.rb Use RSpec 3 for testing; Update syntax in spec suite for RSpec 3 2014-10-09 15:04:17 -04:00
skipper_spec.rb Respect :skip re: timestamp-only updates 2015-07-15 22:29:19 -04:00
thing_spec.rb use old hashrocket syntax 2015-03-23 07:56:18 -05:00
version_spec.rb Use ActiveSupport::Deprecation.warn, not Kernel#warn 2015-07-13 00:01:00 -04:00
widget_spec.rb Fully-qualify ::ActiveSupport::Deprecation constant 2015-07-13 13:36:34 -04:00