spec/familysearch/gedcomx/person_spec.rb in familysearch-gedcomx-1.0.1 vs spec/familysearch/gedcomx/person_spec.rb in familysearch-gedcomx-1.0.2

- old
+ new

@@ -130,10 +130,10 @@ subject.death.should == nil end end describe "#christening" do - it "should return the person's first death event" do + it "should return the person's first christening event" do subject.christening.class.should == FamilySearch::Gedcomx::Fact end it "should have the type of http://gedcomx.org/Christening" do subject.christening.type.should == "http://gedcomx.org/Christening"