Someone else has reported a similar problem, I think it is an issue with
newer versions of Rubygems. Can you tell me the output of:
$ gem -v
on your machine?
I don't have a Ubuntu Natty machine to test on, but it looks like this
is due to the Jasmine gem, which is used to run the Javascript tests.
It's not necessary for the app to run, so could you comment out
"gem 'jasmine_rails'" from the Gemfile in the top level directory, then
run 'bundle install' and try again?
Thanks,
Malc
Cool, thanks for sticking with it!
I'll try and get access to an Ubuntu 11.04 machine so I can work out
what's going on.
Thanks for the bug report,
Malc