mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Typo in integration test (#3028)
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
This commit is contained in:
parent
1834284437
commit
ce70c13011
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ describe os_env('TEMP') do
|
|||
its('content') {should eq 'C:\TEMPUSER' }
|
||||
end
|
||||
|
||||
descibe os_env('TEMP', 'system') do
|
||||
describe os_env('TEMP', 'system') do
|
||||
its('content') { should eq 'C:\TEMPSYSTEM' }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue