# File lib/test/rails/view_test_case.rb, line 382 def assert_links_to(href, content = nil) assert_select(*links_to_options_for(href, content)) end