File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ def initialize opts={}
257
257
# https://code.google.com/p/selenium/source/browse/spec-draft.md?repo=mobile
258
258
@device = @caps [ :platformName ]
259
259
@device = @device . is_a? ( Symbol ) ? @device : @device . downcase . strip . intern if @device
260
- raise "Device must be set. Not found in options: #{ opts } " unless @device
260
+ raise "platformName must be set. Not found in options: #{ opts } " unless @device
261
261
raise 'platformName must be Android or iOS' unless [ :android , :ios ] . include? ( @device )
262
262
263
263
# load common methods
@@ -547,4 +547,4 @@ def x
547
547
# Paging in Pry is annoying :q required to exit.
548
548
# With pager disabled, the output is similar to IRB
549
549
# Only set if Pry is defined.
550
- Pry . config . pager = false if defined? ( Pry )
550
+ Pry . config . pager = false if defined? ( Pry )
You can’t perform that action at this time.
0 commit comments