GuilhermeGuitte / behat-laravel

Testing with Behat in your Laravel application.
64 stars 13 forks source link

Feature Option Bug #4

Closed bartoszgolek closed 11 years ago

bartoszgolek commented 11 years ago

Hi, I found a bug in Behat:Feature option. There is a fix for this. Its better than description ;)

In short, creating feature allways need name so it shoul be argument, not option. If it should be option then should allow to set value.

Best regards.

This patch file was generated by NetBeans IDE

It uses platform neutral UTF-8 encoding and \n newlines.

--- FeatureBehatLaravelCommand.php (2013-06-06 13:00:33) +++ Current File @@ -45,7 +45,7 @@ */ public function fire() {

GuilhermeGuitte commented 11 years ago

This issues was fixed with #4