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

Note about the tests.

This commit is contained in:
Andy Stewart 2009-05-27 18:29:58 +01:00
parent 6451a518c3
commit 53d1758994

View file

@ -140,6 +140,11 @@ And on again like this:
4. Add `has_paper_trail` to the models you want to track.
## Testing
PaperTrail has a thorough suite of tests. However they only run when PaperTrail is sitting in a Rails app's `vendor/plugins` directory. If anyone can tell me how to get them to run outside of a Rails app, I'd love to hear it.
## Inspirations
* [Simply Versioned](http://github.com/github/simply_versioned)