Skip to content

Commit 954e172

Browse files
committed
Avoid spacing between ! and its argument
Addressing rubocop comment.
1 parent 9cc1e43 commit 954e172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/xccdf/session_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ def test_session_new_nil
3737

3838
def test_sds_false
3939
@s = OpenSCAP::Xccdf::Session.new('../data/xccdf.xml')
40-
assert ! @s.sds?
40+
refute @s.sds?
4141
end
4242
end

0 commit comments

Comments
 (0)