Typo in integration test (#3028)

Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
This commit is contained in:
Tor Magnus Rakvåg 2018-05-09 21:15:48 +02:00 committed by Clinton Wolfe
parent 1834284437
commit ce70c13011

View file

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