spec/read_resume_spec.rb in virgild-resumetools-0.2.1 vs spec/read_resume_spec.rb in virgild-resumetools-0.2.2
- old
+ new
@@ -48,11 +48,11 @@
it "should have 3 periods in the Professional Experience section" do
@resume.sections[3].should have(3).periods
end
- it "should have 4 items in the Systems Engineer period" do
- @resume.sections[3].periods[0].should have(4).items
+ it "should have 3 items in the Systems Engineer period" do
+ @resume.sections[3].periods[0].should have(3).items
end
it "should have proper dates" do
@resume.sections[3].periods[0].dtstart.should == "1993"
@resume.sections[3].periods[0].dtend.should == "Present"
\ No newline at end of file