Sha256: 52bfd81dd5f814da05c0fe5e1f1dd78190576d8bfe3775ff7502fe5c7ce103d5
Contents?: true
Size: 487 Bytes
Versions: 22
Compression:
Stored size: 487 Bytes
Contents
def awetestlib_regression_setup msg("Question") do puts "I'm about to setup awetest regression support and register the AutoIt.dll" puts "Please hit return to confirm that's what you want." puts "NOTE: You may need to run this command as an administrator." end exit 2 unless STDIN.gets.chomp == '' autoit_file = File.join(File.dirname(__FILE__),"AutoItX3.dll") system("regsvr32 #{autoit_file}") msg("Info") do puts "Configuring files and settings" end end
Version data entries
22 entries across 22 versions & 1 rubygems