describe "the errored test" do
    subject(:result) { Accessor.new(load_xml_result(errored_report_path)) }

    it { should have(1).errors }
    it { should have(0).failures }