We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fab91 commit 3a1be28Copy full SHA for 3a1be28
test/ds/sds_test.rb
@@ -44,7 +44,7 @@ def test_show_guides
44
sds = new_sds
45
benchmark_source = sds.select_checklist!
46
benchmark = OpenSCAP::Xccdf::Benchmark.new benchmark_source
47
- benchmark.profiles.keys.each do |id|
+ benchmark.profiles.each_key do |id|
48
guide = sds.html_guide id
49
assert !guide.nil?
50
assert guide.include?(id)
0 commit comments