Correct description of -G -l check

This commit is contained in:
Claudio Bley 2020-12-07 21:32:13 +01:00 committed by GitHub
parent 0d0a1d96ca
commit 175f2dc225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -473,7 +473,7 @@ RSpec.describe ColorLS::Flags do
it 'lists without group info' do it 'lists without group info' do
expect { subject }.not_to output(/sys/).to_stdout expect { subject }.not_to output(/sys/).to_stdout
end end
it 'lists without user info' do it 'lists with user info' do
expect { subject }.to output(/user/).to_stdout expect { subject }.to output(/user/).to_stdout
end end
end end