paper-trail-gem--paper_trail/test/unit
Ben Atkins b30b2e86d5 Add config option for enabling/disabling utilization of `serialized_attributes`,
useful for ActiveRecord 4.2+ where the feature is deprecated.
2014-12-29 14:38:32 -05:00
..
serializers Adjust tests for our serializers so they are compatible with Arel 6; Supress warnings about raises in transactional callbacks 2014-12-24 13:29:48 -05:00
cleaner_test.rb Tests to cover changes from cb46e87; Cleaner module should group versions by PaperTrail.timestamp_field 2014-03-18 15:56:53 -04:00
inheritance_column_test.rb use assert_nil vs .nil? (fix for jruby?) 2014-03-16 11:08:39 -04:00
model_test.rb Add config option for enabling/disabling utilization of `serialized_attributes`, 2014-12-29 14:38:32 -05:00
protected_attrs_test.rb Use ActiveRecord::VERSION::MAJOR for version comparisons isntead of invoking :to_f on the full version String 2014-01-08 14:17:42 -05:00
serializer_test.rb Don't hard code id's in testing... 2014-03-16 11:07:17 -04:00
timestamp_test.rb Tests to cover changes from cb46e87; Cleaner module should group versions by PaperTrail.timestamp_field 2014-03-18 15:56:53 -04:00
version_test.rb Convert tests for VersionConcern#where_object to RSpec specs and update tests to actually test for functionality 2014-06-26 18:06:24 -04:00