Skip to content

Commit cd6728f

Browse files
committed
Rubocop - Style/SymbolProc
1 parent e383ac6 commit cd6728f

File tree

1 file changed

+1
-1
lines changed
  • android_tests/lib/android/specs/android/element

1 file changed

+1
-1
lines changed

android_tests/lib/android/specs/android/element/button.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def fade_in
2828

2929
t 'buttons' do
3030
exp = ['Zoom in', 'Modern zoom in', 'Thumbnail zoom']
31-
wait { buttons('zoom').map { |e| e.text }.must_equal exp }
31+
wait { buttons('zoom').map(&:text).must_equal exp }
3232
wait { buttons.length.must_equal 6 }
3333
end
3434

0 commit comments

Comments
 (0)