Skip to content

Commit

Permalink
Merge pull request #12 from pamil/remove-duplication-file-containing
Browse files Browse the repository at this point in the history
Remove duplication in "Behat configuration containing" step
  • Loading branch information
pamil committed Aug 9, 2016
2 parents b867ead + b5adc96 commit 675bd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/TestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function afterScenario()
*/
public function thereIsConfiguration($content)
{
self::$filesystem->dumpFile(self::$workingDir . '/behat.yml', (string) $content);
$this->thereIsFile('behat.yml', $content);
}

/**
Expand Down

0 comments on commit 675bd5d

Please sign in to comment.