Commit 9683d1336e8a47f0307acf628cd76c5cdd12996b

fixed slot_spec
  
5858 it "should store Time object" do
5959 t = Time.now
6060 @slot.value = t
61 @slot.value.should == be_close(t, 0.000002)
61 @slot.value.should be_close(t, 0.000002)
6262 @slot.to_raw.should match(XMLSCHEMA_TIME_RE)
6363 end
6464