control 'uv' do
  describe command('which uv') do
    its('stdout') { should match /uv/ }
    its('exit_status') { should eq 0 }
  end
end
