jspec-rails
jspec-rails copied to clipboard
No route matches "/jspec/spec/jspec_rails_spec.js" with {:method=>:get}
After following installing the plugin, and running jspec_init when I navigate to the /jspec page I see this error in the server log:
No route matches "/jspec/spec/jspec_rails_spec.js" with {:method=>:get}
to solve this I had to create a symlink from my pubilc/jspec/spec to /jspec/spec.
Is this a problem with jspec_init putting the files in the wrong place? Or am I doing something wrong?
oh, and btw, this looks awesome. I'm really looking forward to writing some tests this afternoon!
JSpec's core has some Rails support now. It is pretty basic but has no prototype dependencies.
http://visionmedia.github.com/jspec/rails.html