Debugging Rspecs of Rails views and controllers
Hi,
I'm trying to debug rspecs in my Rails app. While debugging and breakpoints work for models and library code, I keep getting errors in view and controller specs:
NoMethodError: undefined method `get' for #<RSpec::Core::ExampleGroup::Nested_21::Nested_1::Nested_3:0xde0dcf8>
Can anyone point me in the right direction?
Thanks.
请先登录再写评论。