- Notifications
You must be signed in to change notification settings - Fork810
Commit98c5fa1
Require activesupport/all to more closely mirror a production Rails app.
ActiveSupport patches Kernel to add `class_eval` but this behavior wasn'tloaded in the test environment. This created a discrepancy between testand prod, causing tests to fail that should have passed and vice versa.Fully loading ActiveSupport makes the test environment more accurate.1 parent4ee1708 commit98c5fa1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments
Comments
(0)