Phlip wrote:
Here's an error message. The details are not important (beyond to_xml on a virtual AR database via fixture_dependencies). I know how to work the actual problem.

  NoMethodError in 'BlogMindMap should create XML'
  undefined method `macro' for nil:NilClass
  spec/blog_mind_map_spec.rb:192:
  spec/blog_mind_map_spec.rb:11:

Line 192 contains neither a stray nil nor a method 'macro'.

The question is why did RSpec throw away the backtrace? Am I the first person in history to hit a programming error inside RSpec??

Nope, but this probably isn't one of them.
Can you post your spec and any relevant code?

Scott
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to