I am having the same issue - running PHPSpec2 created the object but subsequent runs don't find it and offer to create it.
I am using Windows 7 and have installed PHPSpec2 in c:\phpsepc and added it to my path to make it globally available
I am running PHPSpec2 from under my project development directory: c:\users\chris\projects\markdown\phpspec
Under this I have the spec directory and PHPSpec2 creates the src directory and the Markdown object on the first run.
Subsequent runs to not find the Markdown object.
What am I not doing and/or doing wrong?
Thanks in advance.