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/test/unit
2013-02-07 15:27:29 -05:00
..
serializers Making the built-in serializers declare 'extend self' so that their :load and :dump methods are available as module methods and instance methods. This enables classes/modules that mix in one of these serializers to invoke or override the methods. Close #196 2013-01-31 15:10:31 -05:00
inheritance_column_test.rb Fix test so it fails when the code is wrong ;) 2011-04-01 10:36:37 +01:00
model_test.rb Fixed :next_version method to return the live model when appropriate. Close #200 2013-02-05 13:45:59 -05:00
protected_attrs_test.rb Added basic test coverage for a model that invokes for protection from mass assignment. 2013-02-07 15:27:29 -05:00
serializer_test.rb Fixing syntax on SerializerTest so that it grabs the object attributes in the same manner they are composed when PaperTrail serializes them in the :record_update and :record_destroy callbacks. 2013-01-31 17:32:36 -05:00
timestamp_test.rb Tests were failing due to Schema cache not being cleared on reset_column_information 2012-05-20 13:06:20 +10:00
version_test.rb Add handy scopes: Version.creates, .updates, .destroys 2012-03-12 16:22:21 -07:00