Hey Shell,
All specs should be passing with latest code. After a bit of experimentation, I've reproduced what you are seeing by deleting the $CHORUS_HOME/spec/javascripts/fixtures/backbone directory.
Have you run the rspec suite yet (or at minimum rake backbone_fixtures)? It seems we are currently producing a less than helpful error if the fixtures have not been generated.
Generating the json fixtures should clear this up for you.
As for jasmine 2.0:
The red x indicates test failure and green dots for passed in the browser. The lists of passes and failures is displayed when the the suite finishes. (see attached)
Our reporter for phantom displays dots with color representing test duration and prints failure messages immediately for failures.
In general we are running the full suite in phantom and more targeted tests in the browser while developing as I find the suite in phantom to be a bit snappier. I did run the full suite in Chrome this morning and all specs passed.
As you may know, scripts for running in phantom are available in the repo and 'jaz' is a useful alias: alias jaz='phantomjs $CHORUS_HOME/spec/run-phantom-jasmine.js 8888'
-Robbie