Displaying 1 result from an estimated 1 matches for "channel_1002".
2010 Jul 03
0
rspec controller test strange error: undefined method `call' for nil:NilClass
...b/
active_support/whiny_nil.rb:52
raise_nil_warning_for klass, method, caller
51 else
52 super
53 end
54 end
another clue perhaps is that if you remove the :save => true stub
option, then it works ...but fails at the
if @channel.save line .....reporting
Mock "Channel_1002" received unexpected message :save with (no args)
thanks in advance