The commit to enable pretty test output unfortunately breaks Ruby 1.8.7, since minitest-reporters needs powerbar, which wants Ruby >= 1.9.2
I've worked around it by requiring turn and minitest-reporters only for :platform => ruby_19 - I also put these into a 'jenkins' group. (see commit eeaf1c69) I also noticed that, when you update to fog 1.6.0, the test:drivers:google tests fail, since the URL that fog uses to contact Google storage has changed; we'd need to rerecord the tests before we can update to 1.6.0 David
