Adrian Moya
unread,Aug 28, 2012, 9:16:22 AM8/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phpsp...@googlegroups.com
Hi! I'm just starting with the whole BDD thing and I'm very exited about it. I configured Behat for StoryBDD and I'm pretty happy with it. Then I started reading The RSpec Book and I started learning about SpecBDD, and found PHPSpec.
Installing version 1.4.1 under windows didn't work out-of-the-box, I managed to fix the startup script (installed via pear) but I'm still getting errors. I usually use linux but at the office, I must live with windows. The errors are like:
PHPSpec\Specification\Result\Error: list(,$path,) = explode(PHP_EOL, (string)$method);
PHP Notice: Undefined offset: 1
Then I was looking at the repos, and saw PHPSpec2, and noticed that @everzet is contributing to the project, and that both are going to give a talk on the BDD Full Stack for PHP.
My question(s) would be:
- Should I start with PHPSpec2? Is it installable/runnable already?
- Should I wait a bit to the surprise announcement at the talk in sfLive? (I'm not in a hurry, I can wait a bit, I did it with Behat 2.4)
- Is PHPSpec2 internationalizable? I'm pretty happy writing my features in spanish with behat, I'd love to write my specs in spanish with PHPSpec. So I can close the cicle for my spanish speaking team.
- Is there room for collaboration? I'm not a PHP/BDD Guru, but with some guidance I'll be more than happy to contribute with some code/translations.
I'm preparing myself to evangelize on this topic with a talk I'm preparing for the Agile Tour at my country in november.