Sha256: 0df1fb43d0be6d01e70cef2955a21d868df86f3d29d24e4d35a1b3a7b702ce3e
Contents?: true
Size: 303 Bytes
Versions: 28
Compression:
Stored size: 303 Bytes
Contents
describe 'version.rb' do def before_first screen.must_equal catalog end t 'before_first' do before_first end t '::Appium::VERSION' do ::Appium::VERSION.must_match(/(\d+)\.(\d+).(\d+)/) end t '::Appium::DATE' do ::Appium::DATE.must_match(/(\d+)\-(\d+)\-(\d+)/) end end
Version data entries
28 entries across 28 versions & 1 rubygems