Commit 1cedd98
Add a regression test for a removed method in 6.1
This method has been moved in rails/rails@3cece0b
We do not include ActiveSupport::Testing::Assertion.
This resulted in failures when `perform_enqueued_jobs do` was called
from specs.
Method was added back in rails/rails#40780, and
was released in Rails 6.1.11 parent 3ddfb3a commit 1cedd98
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
705 | 717 | | |
0 commit comments