describe "the test that fails in a before block" do
    subject(:result) { Accessor.new(load_xml_result(failure_in_before_report_path)) }

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