1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Jared Beck
38fa23873c Merge rails_helper into spec_helper
The reason some projects have both is so that some spec files can be
run in isolation, without the rails stuff. In practice, I don't find
myself ever doing this. So, the complexity of two files is unnecessary.
2017-05-30 00:59:55 -04:00
Jared Beck
c4148de9d0 Configure RSpec
Enable various standard configuration.
2017-05-21 02:04:28 -04:00
Jared Beck
0b016be756 Lint: Fix RSpec/NotToNot 2017-04-01 01:59:47 -04:00
Jared Beck
23ffbdc7e1 Fix NoMethodError in load_changeset
Fixes NoMethodError when an STI parent class is unversioned and
thus does not respond to `unserialize_attribute_changes_for_paper_trail!`

[Fixes #738]
2016-05-01 00:21:51 -04:00