From 6fa2bbfd10fde99f4e3a36292438fb666079029a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 22 Feb 2010 08:45:41 +0100 Subject: Fix AMo isolated tests. --- activemodel/test/models/contact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/test') diff --git a/activemodel/test/models/contact.rb b/activemodel/test/models/contact.rb index a583b89aa1..a9009fbdef 100644 --- a/activemodel/test/models/contact.rb +++ b/activemodel/test/models/contact.rb @@ -8,6 +8,6 @@ class Contact end def persisted? - id.present? + id end end -- cgit v1.2.3