We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133916f commit cb72436Copy full SHA for cb72436
test/xccdf/benchmark_test.rb
@@ -94,6 +94,7 @@ def test_items_references
94
:href => 'http://iase.disa.mil/cci/index.html',
95
:html_link => "<a href='http://iase.disa.mil/cci/index.html'>1263</a>" }]
96
assert_equal(expected_references, install_hids_rule.references.map(&:to_hash), 'Install hids references should be equal')
97
+ b.destroy
98
end
99
100
def test_items_fixes
@@ -108,6 +109,7 @@ def test_items_fixes
108
109
}]
110
assert_equal(expected_content, login_defs_rule.fixes.map(&:content), 'Fix content should match')
111
assert_equal(expected_hashes, login_defs_rule.fixes.map(&:to_hash), 'Fix hash should match')
112
113
114
115
private
0 commit comments