paper-trail-gem--paper_trail/test/unit
Sean Marcia cd3f5f303e Added tests for the new methods created for cleaning paper trail versions. 2013-03-21 16:49:24 -04: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
cleaner_test.rb Added tests for the new methods created for cleaning paper trail versions. 2013-03-21 16:49:24 -04: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 Adding a test to confirm #161 is not an issue. 2013-02-28 15:43:34 -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 the SerializerTest so that it doesn't engage an assertion for equality when the test suite is run in Ruby1.8, which cant consistently pass in Ruby1.8 due to the nature of hashes being unordered. 2013-02-14 12:09:14 -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