From b3db1c797f45b7ce4529d5435b06556977f33d97 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Thu, 2 Oct 2008 23:44:54 -0700 Subject: [PATCH] silence parens warning --- spec/couchrest/core/model_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/couchrest/core/model_spec.rb b/spec/couchrest/core/model_spec.rb index e9b7a1a..7564b81 100644 --- a/spec/couchrest/core/model_spec.rb +++ b/spec/couchrest/core/model_spec.rb @@ -234,7 +234,7 @@ describe CouchRest::Model do end it "should set the id" do - @obj.id.should be_an_instance_of String + @obj.id.should be_an_instance_of(String) end it "should set the type" do