Sha256: b50282515487a2ec4cad32beda985fe3e52cbeb13690e242320ff2564db0b2eb
Contents?: true
Size: 300 Bytes
Versions: 12
Compression:
Stored size: 300 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
12 entries across 12 versions & 1 rubygems