phpspec

PHPSpec - fail to run, anyone using it for php development?

Searched stackoverflow for this and found no answer Coming from Ruby On Rails and Rspec, I need a tool like rspec (easier transition). Installed it through PEAR and tried to run it but it's not working (yet) Just wanna ask around if anyone's using it have the same problem, since it's not running at all tried running it with an example...

Coding standards and design patterns in PHPSpec library

I really like the codebase of PHPSpec. Could any of you guys mention any standards and/or design patterns that are prominent in this library as that is how I want my code to be? ...