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 committed by Bryan Helmkamp
parent f1df102428
commit 9b3702a7d2
1 changed files with 1 additions and 1 deletions

View File

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