We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d432e36 commit 294ba49Copy full SHA for 294ba49
1 file changed
lib/appium_lib/driver.rb
@@ -288,11 +288,11 @@ def initialize opts={}
288
# Subsequent drivers do not trigger promotion.
289
unless @@loaded
290
@@loaded = true
291
- # Promote only on Minitest::Spec (minitest 5) by default
292
- Appium.promote_appium_methods ::Minitest::Spec
293
-
294
# load device methods exactly once
295
extend Appium::Device
+
+ # Promote only on Minitest::Spec (minitest 5) by default
+ Appium.promote_appium_methods ::Minitest::Spec
296
end
297
298
self # return newly created driver
0 commit comments