Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cordoval committed Sep 16, 2014
1 parent 36f8321 commit 24da27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/bootstrap/PHPSpecContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function thePhpspecdataproviderextensionIsEnabled()
{
$phpspecyml = <<<YML
extensions:
- Coduo\PhpSpec\DataProviderExtension
- Coduo\PhpSpec\DataProvider\DataProviderExtension
YML;

file_put_contents($this->workDir.'phpspec.yml', $phpspecyml);
Expand Down

0 comments on commit 24da27b

Please sign in to comment.