Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require activesupport/all to more closely mirror a production Rails app.
ActiveSupport patches Kernel to add `class_eval` but this behavior wasn't loaded in the test environment. This created a discrepancy between test and prod, causing tests to fail that should have passed and vice versa. Fully loading ActiveSupport makes the test environment more accurate.
- Loading branch information