silence parens warning

This commit is contained in:
Chris Anderson 2008-10-02 23:44:54 -07:00
parent 26059f63f2
commit b3db1c797f

View file

@ -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