Skip to content

Commit 758afbf

Browse files
author
Dylan Lacey
committed
Merge pull request #154 from DylanLacey/master
Extend Appium::Device methods before promoting Appium methods.
2 parents d432e36 + 294ba49 commit 758afbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/appium_lib/driver.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,11 @@ def initialize opts={}
288288
# Subsequent drivers do not trigger promotion.
289289
unless @@loaded
290290
@@loaded = true
291-
# Promote only on Minitest::Spec (minitest 5) by default
292-
Appium.promote_appium_methods ::Minitest::Spec
293-
294291
# load device methods exactly once
295292
extend Appium::Device
293+
294+
# Promote only on Minitest::Spec (minitest 5) by default
295+
Appium.promote_appium_methods ::Minitest::Spec
296296
end
297297

298298
self # return newly created driver

0 commit comments

Comments
 (0)