Hi, I recently made an example of StoryBDD using Behat. In this example, I ended installing PHPUnit to use the assertions as described in Behat docs (
http://docs.behat.org/quick_intro.html#more-about-steps)
I'll continue my set of examples with SpecBDD using PHPSpec. But being the two projects almost like brothers, or a pair made in heaven, it feels clumsy to have PHPUnit just for assertions, but use PHPSpec to actually design the classes.
Is there a way to use PHPSpec matchers as assertions for behat's steps definitions? Can anybody provide a code example?
Thanks,