Sha256: 2c889160f2e68c177f5356295166bf90c9582aba376b4c991045ced13d4db330
Contents?: true
Size: 312 Bytes
Versions: 24
Compression:
Stored size: 312 Bytes
Contents
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED require 'unittests/setup' class TC_Version < Test::Unit::TestCase def test_full_version assert !Watir::IE.version.nil? end def test_version_part assert Watir::IE.version_parts[0] =~ /^\d+$/ end end
Version data entries
24 entries across 24 versions & 2 rubygems
Version | Path |
---|---|
watir-1.9.0.rc4 | unittests/version_test.rb |
watir-1.9.0.rc3 | unittests/version_test.rb |
watir-1.9.0.rc2 | unittests/version_test.rb |
watir-1.9.0.rc1 | unittests/version_test.rb |