mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
fix typos
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
254f672f37
commit
3afd0d556d
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ describe Inspec::ProfileContext do
|
|||
load('print os[:family]').must_output 'ubuntu'
|
||||
end
|
||||
|
||||
it 'must profide file resource' do
|
||||
it 'must provide file resource' do
|
||||
load('print file("").type').must_output 'unknown'
|
||||
end
|
||||
|
||||
it 'must profide command resource' do
|
||||
it 'must provide command resource' do
|
||||
load('print command("").stdout').must_output ''
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue