For example, here's an error in my partial, shown in the rspec results html window:
get
undefined method `item_type' for #
./app/helpers/application_helper.rb:116 :in `partial'
./app/controllers/application_controller.rb:244 :in `render'
./spec/controllers/assignment_controller_spec.rb:60
362 return __send__(match.target, match.attr_name, *args, &block)
363 end
364 super
365 end
366
367# gem install syntax to get syntax highlight
For example, here's an error in my partial, shown in the rspec results html window:
The same thing on the command line:
Any idea why the backtrace is messed up from textmate?