Displaying 1 result from an estimated 1 matches for "my_profil".
Did you mean:
my_profile
2008 Jul 14
3
How to assert a simple link (testing)
<%= link_to ''my_profile'',:controller => ''users'', :action => ''show'', :id
=> current_user.id %>
<a href=''http://localhost:3000/users/show/2''>my_profile</a>
What is the easy and simple way to assert this link in testing.
--
Posted via...