Renamed the extension class to follow the Behat shortcut convention

This commit is contained in:
Christophe Coevoet
2014-05-08 13:45:26 +02:00
parent 80cd741d26
commit 14d3596895
6 changed files with 18 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
<?php
namespace spec\Behat\MinkExtension;
namespace spec\Behat\MinkExtension\ServiceContainer;
use PhpSpec\ObjectBehavior;
class ExtensionSpec extends ObjectBehavior
class MinkExtensionSpec extends ObjectBehavior
{
function it_is_a_testwork_extension()
{