moved stuff around and cleaned up some deprecation notices [save/save_doc]

This commit is contained in:
Matt Aimonetti 2009-02-02 16:10:07 -08:00
parent fa29906900
commit 08c7f2107c
7 changed files with 74 additions and 92 deletions

View file

@ -33,4 +33,10 @@ describe "ExtendedDocument properties" do
@card.family_name.should == @card.last_name
end
it "should be able to be validated" do
pending("need to add validation") do
@card.should be_valid
end
end
end