Skip to content

Commit

Permalink
Require files in TestResultFile (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
xprazak2 authored Nov 16, 2020
1 parent 6ea37be commit fa7433c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/openscap_parser/test_result_file.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# frozen_string_literal: true
require 'openscap_parser/xml_file'
require 'openscap_parser/benchmarks'
require 'openscap_parser/test_results'

module OpenscapParser
# A class to represent an XmlFile which contains a <TestResult /> Xccdf type
Expand Down

0 comments on commit fa7433c

Please sign in to comment.