00-load.t 115 B

12345678
  1. use strict;
  2. use Test::More tests => 1;
  3. BEGIN {
  4. use_ok( 'Selenium::Remote::Driver' ) || print "Bail out!";
  5. }