We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986fdab commit ac54640Copy full SHA for ac54640
Gemfile
@@ -8,7 +8,7 @@ gem 'minitest', '~> 5.0'
8
gem 'minitest-reporters', '~> 1.1'
9
gem 'parallel_tests'
10
gem 'rake', '~> 13.0'
11
-gem 'rubocop', '1.72.2'
+gem 'rubocop', '1.73.0'
12
gem 'simplecov'
13
gem 'steep', '~> 1.9.3'
14
gem 'webmock', '~> 3.25.0'
test/test_helper.rb
@@ -130,7 +130,7 @@ def ios(platform_name = :ios)
130
platform_version = '17.4'
131
wda_port = wda_local_port
132
133
- real_device = ENV['REAL'] ? true : false
+ real_device = ENV['REAL'] || false
134
135
cap = {
136
caps: { # :desiredCapabilities is also available
0 commit comments