Hi,
I am testing views. I dont understand why stubs are not working.
Can anyone help.

view code :

 before(:all) do
    @current_user = stub("User")
    assigns[:message] = @current_user
  end

output:
NoMethodError:
       undefined method `stub' for #<RSpec::Cor

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/414f1a40e955ac716aec44713fa11983%40ruby-forum.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to