Upgrade deno, ensure downloads/updates on chef client runs
This commit is contained in:
@@ -9,7 +9,7 @@ describe file('/usr/local/bin/deno') do
|
||||
end
|
||||
|
||||
describe bash('deno -v') do
|
||||
its('stdout') { should match /deno 1\.44\.1/ }
|
||||
its('stdout') { should match /deno 2\.2\.10/ }
|
||||
its('stderr') { should eq '' }
|
||||
its('exit_status') { should eq 0 }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user