moved stuff around and cleaned up some deprecation notices [save/save_doc]
This commit is contained in:
parent
fa29906900
commit
08c7f2107c
7 changed files with 74 additions and 92 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue