Skip to content

Commit

Permalink
revert behat config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilles107 committed Feb 25, 2015
1 parent a16b711 commit 33f5416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions behat.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
default:
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
paths:
features: %behat.paths.base%/features
bootstrap: %behat.paths.features%/bootstrap
Expand Down
3 changes: 1 addition & 2 deletions features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
use Behat\Behat\Context\ClosuredContextInterface;
use Behat\Behat\Context\BehatContext;
use Symfony\Component\Finder\Finder;
use Behat\MinkExtension\Context\MinkContext;

require_once __DIR__ . '/RestContext.php';

/**
* Features context.
*/
class FeatureContext extends MinkContext implements ClosuredContextInterface
class FeatureContext extends BehatContext implements ClosuredContextInterface
{

/**
Expand Down

0 comments on commit 33f5416

Please sign in to comment.