00-load.t 239 B

1234567891011
  1. use strict;
  2. use Test::More tests => 1;
  3. BEGIN {
  4. if ($^O eq 'MSWin32') {
  5. BAIL_OUT 'Unit tests not supported yet, need to be on Mac on Linux with Firefox';
  6. }
  7. use_ok( 'Selenium::Remote::Driver' ) || print "Bail out!";
  8. }