mirror of
https://github.com/inspec/inspec
synced 2024-12-22 02:53:13 +00:00
37bcce6618
Signed-off-by: Chris Redekop <chris.redekop@d2l.com>
3 lines
107 B
Ruby
3 lines
107 B
Ruby
describe aws_iam_access_key(username: 'not-a-user', 'id': 'not-an-id') do
|
|
it { should_not exist }
|
|
end
|