fixed webrat/core/methods to recognise for click link within

This commit is contained in:
Low Chin Chau 2008-11-12 14:50:50 +08:00
parent 57d2bd2b90
commit e51238e471
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module Webrat
:clicks_area, :click_area,
:clicks_button, :click_button,
:reload, :reloads,
:clicks_link_within,
:clicks_link_within, :click_link_within,
:field_labeled
end