Reword inspec check test's it block (#2721)

Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
Jerry Aldrich 2018-02-23 10:28:54 -10:00 committed by Jared Quick
parent 58958d5756
commit 5538dc158c

View file

@ -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