I am working on Rails application, that also uses Backbone. I am testing the pure Rails part with Cucumber and RSpec and I'm looking for something similar to test Backbone part.
I tried to use Jasmine, but it was unsuccessful due to lack of documentation for Ruby gem. I am currently considering using external application (like RobotFramework, a tool for automatic tests I used in previous project) that uses Selenium RC, but I am not convinced it's the best way. Are there any better tools?