Sha256: 69601720d33d8d8e6a679347ad53ba315056d3f42134d7a3eb5b7fb09dcc2987
Contents?: true
Size: 493 Bytes
Versions: 7
Compression:
Stored size: 493 Bytes
Contents
# rake ios[ios/helper] describe 'ios/helper' do def before_first screen.must_equal catalog end t 'before_first' do before_first end t 'ios_password' do ios_password.must_equal 8226.chr('UTF-8') ios_password(2).must_equal 8226.chr('UTF-8') * 2 end # TODO: t 'get_page' do # t 'page' do # writes to std out t 'source_window' do source_window.length.must_equal 11 end # TODO: t 'page_window' do # TODO: t 'id' do # TODO: t 'ios_version' do end
Version data entries
7 entries across 7 versions & 1 rubygems