Ry Walker
Ry Walker
Interesting that mine was down too when I hit the URL, and came back a minute later...
Seems like the PHP app needs a way to automatically reconnect like how in Rails `database.yml` one can set `reconnect: true` and the app magically works "better".
Thanks for idea @joshuawalker — just implemented that on my attempt, so far so good.
Anyone get this to work? Just tried to install CoreControl plugin [based on this post](http://chewett.co.uk/2012/05/fixing-register_http_request_failed-error-on-wordpress-jetpack/) and was able to get a different error, but still no dice :(
I just did what @merunga suggested, and got the example actually asserting correctness. When I added `test/lib/chai.js` I got jslint issues, so I had to disable that. chai.js adds 4k...
It appears that jasmine is already in the project — the work to be done is to integrate jasmine into the feature actions file, right? I'd be happy to do...
Thanks for help @xolvio — did you leave this cucumber feature as you did to give people flexibility to choose their own assertion library, or is the actions.js file just...