Upgrade Selenium on Rails to r140

This commit is contained in:
Eric Allen 2009-12-14 11:51:36 -05:00
parent 156862200b
commit 40074c71ad
117 changed files with 16789 additions and 8867 deletions

View file

@ -1,7 +1,7 @@
<table>
<tr><th colspan="3"><%= @page_title %></th></tr>
<% for page in ['/fi', '/fo', '/fum'] -%>
<tr><td>open</td><td><%= page %></td><td>&nbsp;</td></tr>
<% end -%>
<%= render :partial => 'partial', :locals => {:source => 'RHTML'} %>
<table>
<tr><th colspan="3"><%= @page_title %></th></tr>
<% for page in ['/fi', '/fo', '/fum'] -%>
<tr><td>open</td><td><%= page %></td><td>&nbsp;</td></tr>
<% end -%>
<%= render :partial => 'partial', :locals => {:source => 'RHTML'} %>
</table>