Sha256: 87e1251cbdfb4dbc7da575ea450524b60171f93fec0ca8fc275d5ccbfb58eef2
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '../../', 'lib')) require 'rspec/expectations' require 'childprocess' require 'ADB' World(ADB) #emulator = ChildProcess.build('emulator', '-avd', 'Android_4.0.3', '-port', '5554') #emulator.start at_exit do # emulator.stop File.delete('cuke_test_file.txt') unless not File.exists?('cuke_test_file.txt') end After do stop_server sleep 1 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ADB-0.5.5 | features/support/env.rb |
ADB-0.5.4 | features/support/env.rb |