Skip to content

Commit 22a329e

Browse files
committed
Rubocop - Style/BarePercentLiterals
1 parent 9b855c9 commit 22a329e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios_tests/lib/ios/specs/ios/element/textfield.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def after_last
3434
end
3535

3636
t 'predicate textfields' do
37-
textfield_count = execute_script(%Q(au.mainApp().getAllWithPredicate("type contains[c] 'textfield'", true))).length
37+
textfield_count = execute_script(%(au.mainApp().getAllWithPredicate("type contains[c] 'textfield'", true))).length
3838
textfield_count.must_equal 4
3939
end
4040

0 commit comments

Comments
 (0)