lib/run_loop/xcuitest.rb in run_loop-2.1.1.pre4 vs lib/run_loop/xcuitest.rb in run_loop-2.1.1.pre5
- old
+ new
@@ -14,10 +14,10 @@
}
# @!visibility private
def self.run(options={})
# logger = options[:logger]
- simctl = options[:sim_control] || options[:simctl] || RunLoop::SimControl.new
+ simctl = options[:sim_control] || options[:simctl] || RunLoop::Simctl.new
xcode = options[:xcode] || RunLoop::Xcode.new
instruments = options[:instruments] || RunLoop::Instruments.new
# Find the Device under test, the App under test, UIA strategy, and reset options
device = RunLoop::Device.detect_device(options, xcode, simctl, instruments)