backbone-jasmine-examples
backbone-jasmine-examples copied to clipboard
Error starting up the test suite
Using the rake jasmine command spews this error:
rake aborted!
ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task' (available in RDoc 2.4.2+) instead.
/var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/rdoctask.rb:1:in `<top (required)>'
/var/lib/gems/1.9.1/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
...
same here
+1
same
Changing rails to 3.0.20 fixed it for me, see my commit above
+1 for the change, @qubutech. Thanks!