Skip to content

Commit 45dbc04

Browse files
committed
Rubocop - Style/CommentAnnotation
1 parent db0961f commit 45dbc04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android_tests/lib/android/specs/android/patch.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
wait { first_textfield.type 'ok' }
1010
wait { first_textfield.text.must_equal 'ok' }
1111

12-
# todo: how to invoke random am start commands?
12+
# TODO: how to invoke random am start commands?
1313
# nav to start activity
1414
# io.appium.android.apis/.ApiDemos
1515

android_tests/lib/android/specs/common/device.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
describe 'common/device' do
33
# Not yet implemented
44
t 'shake' do
5-
# todo: write test
5+
# TODO: write test
66
end
77

88
t 'remove & install' do
9-
# todo: write test
9+
# TODO: write test
1010
#remove 'com.example.android.apis'
1111
#install ENV['APP_PATH']
1212
end

0 commit comments

Comments
 (0)