Sha256: f6325b43fd2db2f21750af4ad409c9922b9b98eaf3b00291d386fb325de42d12
Contents?: true
Size: 346 Bytes
Versions: 4
Compression:
Stored size: 346 Bytes
Contents
require 'coveralls' Coveralls.wear! require 'maxitest/autorun' require 'shoulda-context' $LOAD_PATH.push File.expand_path("../../lib", __FILE__) require File.dirname(__FILE__) + '/../lib/simctl.rb' if ENV['TRAVIS'] SimCtl.default_timeout = 300 end unless ENV['CUSTOM_DEVICE_SET_PATH'] == 'false' SimCtl.device_set_path = Dir.mktmpdir end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simctl-1.5.5 | test/test_helper.rb |
simctl-1.5.4 | test/test_helper.rb |
simctl-1.5.3 | test/test_helper.rb |
simctl-1.5.2 | test/test_helper.rb |