Skip to content

Commit

Permalink
fixed webrat/core/methods to recognise for click link within
Browse files Browse the repository at this point in the history
  • Loading branch information
cclow committed Nov 12, 2008
1 parent 57d2bd2 commit e51238e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webrat/core/methods.rb
Expand Up @@ -37,7 +37,7 @@ def #{meth}(*args, &blk)
:clicks_area, :click_area,
:clicks_button, :click_button,
:reload, :reloads,
:clicks_link_within,
:clicks_link_within, :click_link_within,
:field_labeled

end
Expand Down

0 comments on commit e51238e

Please sign in to comment.