fixed webrat/core/methods to recognise singular verbs

This commit is contained in:
Low Chin Chau 2008-11-12 14:48:18 +08:00
parent 82c6be380e
commit 57d2bd2b90
1 changed files with 9 additions and 9 deletions

View File

@ -23,19 +23,19 @@ module Webrat
:within, :within,
:header, :http_accept, :basic_auth, :header, :http_accept, :basic_auth,
:save_and_open_page, :save_and_open_page,
:fill_in, :fills_in, :fill_in,
:check, :checks, :check,
:uncheck, :unchecks, :uncheck,
:choose, :chooses, :choose,
:select, :selects, :select,
:attach_file, :attaches_file, :attach_file,
:cookies, :cookies,
:response, :response,
:current_page, :current_page,
:current_url, :current_url,
:click_link, :clicks_link, :click_link,
:click_area, :clicks_area, :click_area,
:click_button, :clicks_button, :click_button,
:reload, :reloads, :reload, :reloads,
:clicks_link_within, :clicks_link_within,
:field_labeled :field_labeled