X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fmink-extension%2Fspec%2FBehat%2FMinkExtension%2FServiceContainer%2FDriver%2FSauceLabsFactorySpec.php;fp=vendor%2Fbehat%2Fmink-extension%2Fspec%2FBehat%2FMinkExtension%2FServiceContainer%2FDriver%2FSauceLabsFactorySpec.php;h=0000000000000000000000000000000000000000;hp=21bb10cbea45aac71762ab5e084c02fd154866c3;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SauceLabsFactorySpec.php b/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SauceLabsFactorySpec.php deleted file mode 100644 index 21bb10cbe..000000000 --- a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SauceLabsFactorySpec.php +++ /dev/null @@ -1,23 +0,0 @@ -shouldHaveType('Behat\MinkExtension\ServiceContainer\Driver\DriverFactory'); - } - - function it_is_named_sauce_labs() - { - $this->getDriverName()->shouldReturn('sauce_labs'); - } - - function it_supports_javascript() - { - $this->supportsJavascript()->shouldBe(true); - } -}