在我们的应用程序中,我们使用了这个
expect_any_instance_of(Order::ActiveRecord_Relation)
.to receive(:something)
当我们将应用程序升级到 rails 5.2 时,我们收到以下错误
NameError:
private constant #<Class:0x000055aa351fc9a0>::ActiveRecord_Relation referenced
有没有办法检查ActiveRecord::Relation
特定模型expect_any_instance_of