Ver Fonte

Fix Finders.t issue with test count on unmocked platforms

As found in http://www.cpantesters.org/cpan/report/ff06ac58-6c37-1014-ae26-b9bc5cf4dae8
Daniel Gempesaw há 10 anos atrás
pai
commit
c1d13b2b43
1 ficheiros alterados com 1 adições e 8 exclusões
  1. 1 8
      t/Finders.t

+ 1 - 8
t/Finders.t

@@ -3,14 +3,7 @@
 use strict;
 use warnings;
 use Test::More;
-
-BEGIN: {
-    unless (use_ok('Selenium::Remote::Driver')) {
-        BAIL_OUT("Couldn't load Selenium::Remote::Driver");
-        exit;
-    }
-}
-
+use Selenium::Remote::Driver;
 use FindBin;
 use lib $FindBin::Bin . '/lib';
 use TestHarness;