froots / backbone-jasmine-examples

Some examples of Jasmine specs for http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
136 stars 26 forks source link

Rake jasmine doesn't work #5

Closed dupuchba closed 9 years ago

dupuchba commented 11 years ago

Hi all the command shows this error (see bellow)

rake jasmine

capture decran 2013-05-19 a 14 44 37

I am not using rails for the backend (and I don't know anything about rails) and I am only here to train on Jasmine... anyone knows what I am facing?

Thx

GengGao commented 11 years ago

@dupuchba looks like you need to install json. Add the following to Gemfile gem 'json' and do bundle update

hope this helps.