Sha256: e1d6965af72de1180a44c1402b506c7bea9d3394419262e8afe9fc7679846dc5
Contents?: true
Size: 273 Bytes
Versions: 18
Compression:
Stored size: 273 Bytes
Contents
# rake android[common/element/window] describe 'common/element/window' do # rubocop:disable Lint/UnifiedInteger t 'window_size' do wait do size = window_size size.width.class.must_equal Fixnum size.height.class.must_equal Fixnum end end end
Version data entries
18 entries across 18 versions & 1 rubygems