We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc1e43 commit 954e172Copy full SHA for 954e172
test/xccdf/session_test.rb
@@ -37,6 +37,6 @@ def test_session_new_nil
37
38
def test_sds_false
39
@s = OpenSCAP::Xccdf::Session.new('../data/xccdf.xml')
40
- assert ! @s.sds?
+ refute @s.sds?
41
end
42
0 commit comments