mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Reword inspec check
test's it
block (#2721)
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
parent
58958d5756
commit
5538dc158c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ describe 'inspec check' do
|
|||
end
|
||||
|
||||
describe 'inspec check with skipping/failing a resource in FilterTable' do
|
||||
it 'can check a profile with special characters in its path' do
|
||||
it 'can check a profile containing resource exceptions' do
|
||||
out = inspec('check ' + File.join(profile_path, 'profile-with-resource-exceptions'))
|
||||
out.exit_status.must_equal 0
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue