From bac34a53a9bec75c5c40f792f2d15e0186e4137c Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Tue, 5 Apr 2005 01:08:31 +0000 Subject: [PATCH] More accurate stubbing out of ActiveRecord --- lib/active_record_stub.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/active_record_stub.rb b/lib/active_record_stub.rb index e577663d..126beb0b 100644 --- a/lib/active_record_stub.rb +++ b/lib/active_record_stub.rb @@ -24,6 +24,7 @@ module ActiveRecord module ConnectionStub def self.reset_runtime + 0 end end