mirror of
https://github.com/inspec/inspec
synced 2024-12-21 18:43:13 +00:00
4 lines
107 B
Ruby
4 lines
107 B
Ruby
|
describe aws_iam_access_key(username: 'not-a-user', 'id': 'not-an-id') do
|
||
|
it { should_not exist }
|
||
|
end
|