calabash / run_loop

The bridge between Calabash iOS and Xcode command-line tools like instruments and simctl.
Other
32 stars 41 forks source link

Fix "conversion of Integer into String" error #755

Closed AndreyMaslennikov closed 4 years ago

AndreyMaslennikov commented 4 years ago

There were a little mistake in the ios_device_manager.rb file, which caused a test failure with no implicit conversion of Integer into String error. This PR should fix this error.