Run different versions of the ActiveRecord test suite with your gem/plugin/code loaded.
ar_test_runner provides a simple way to run the core ActiveRecord test suite with your enhancements loaded. If your plugin or library code modifies default ActiveRecord behavior, its a good idea to be sure you didn’t break something by running AR regression tests.
Post a comment