[Rails] How do you test for something in a certain area of the page with RSpec / Capybara? (view test)
I'm used to doing
it "displays the controls link" do
render
rendered.should have_selector("a#controls")
end
..or using rendered.should have_content, but how would you test for something specifically in an area of the page? e.g.
rendered.should have_content("Admin") in the "div#logo_area" or something?
I kind of wish there were many clear examples online...
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/iJ8DxcqjshsJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home