silence parens warning
This commit is contained in:
parent
26059f63f2
commit
b3db1c797f
|
@ -234,7 +234,7 @@ describe CouchRest::Model do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should set the id" do
|
it "should set the id" do
|
||||||
@obj.id.should be_an_instance_of String
|
@obj.id.should be_an_instance_of(String)
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should set the type" do
|
it "should set the type" do
|
||||||
|
|
Loading…
Reference in a new issue